Searched defs:QuantizedRange (Results 1 – 2 of 2) sorted by relevance
35 struct QuantizedRange { struct37 QuantizedRange(float min_in, float max_in) : min(min_in), max(max_in) {} in QuantizedRange() function45 tensorflow::bfloat16 min = tensorflow::bfloat16(0.0f);46 tensorflow::bfloat16 max = tensorflow::bfloat16(0.0f);
28 using QuantizedRange = std::pair<int32_t, int32_t>; variable