Searched defs:ZeroQuantizer (Results 1 – 1 of 1) sorted by relevance
139 struct ZeroQuantizer : public std::unary_function<float, KeyType> struct141 KeyType operator()(float depth) in operator()