Searched defs:QuantizedRange (Results 1 – 2 of 2) sorted by relevance
34 struct QuantizedRange { struct36 QuantizedRange(float min_in, float max_in) : min(min_in), max(max_in) {} in QuantizedRange() function44 tensorflow::bfloat16 min = tensorflow::bfloat16(0.0f);45 tensorflow::bfloat16 max = tensorflow::bfloat16(0.0f);
29 using QuantizedRange = std::pair<int32_t, int32_t>; variable