Searched refs:value_scale (Results 1 – 3 of 3) sorted by relevance
99 const float* const __restrict__ value_scale) { in adjust_hsv_nhwc() argument130 if (AdjustV && value_scale != nullptr) { in adjust_hsv_nhwc()131 const float scale = *value_scale; in adjust_hsv_nhwc()
100 constexpr int32_t value_scale = 256; in GenerateMicroFeatures() local103 ((frontend_output.values[i] * value_scale) + (value_div / 2)) / in GenerateMicroFeatures()
123 float value_scale = 0.01; // Small scale to avoid fp16 overflow. in MakeReductionTestCase() local131 return static_cast<Scalar>((index + 1) * value_scale + value_offset); in MakeReductionTestCase()151 value_scale *= 10; in MakeReductionTestCase()172 float value_scale = 0.01; // Small scale to avoid fp16 overflow. in MakeGatherTestCase() local180 return static_cast<Scalar>((index + 1) * value_scale); in MakeGatherTestCase()191 value_scale *= 10; in MakeGatherTestCase()