Home
last modified time | relevance | path

Searched refs:ComputeQuantizationRange (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantize_and_dequantize_op.h143 void ComputeQuantizationRange(bool signed_input, int num_bits, in ComputeQuantizationRange() function
203 ComputeQuantizationRange(signed_input, num_bits, round_mode, narrow_range, in Compute()
256 ComputeQuantizationRange(signed_input, num_bits, round_mode, narrow_range, in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops.cc43 QuantizationScales<T, 1> ComputeQuantizationRange(bool signed_input, in ComputeQuantizationRange() function
153 args->scales = ComputeQuantizationRange<float>( in ValidateQDQForExplicitPrecision()