Searched defs:QuantizedRange (Results 1 – 1 of 1) 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);