Searched defs:float_params (Results 1 – 2 of 2) sorted by relevance
604 def _test_quantize_per_channel(self, r, scales, zero_points, axis, float_params): argument606 def _quantize_per_channel_ref_nd(data, scales, zero_points, float_params): argument
87 std::vector<float> float_params(4); in SigmoidFromLabelAndLine() local