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