Searched refs:v_maximum (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_instance_norm.cc141 float v_maximum = std::numeric_limits<float>::min(); local
181 v_maximum = std::max(v_maximum, vget_lane_f32(tmp_max, 0));
189 *maximum = v_maximum;

Completed in 112 milliseconds