Home
last modified time | relevance | path

Searched defs:input_scales (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/uniform_quant_ops/
Duniform_requantize_op.cc56 const Tensor& input_scales, in PerAxisRequantize()
123 const Tensor& input_scales, in EvalRequantize()
188 const Tensor& input_scales = context->input(1); in Compute() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h44 const float* input_scales, const RuntimeShape& input_shape, in DepthwiseConvHybridGeneral()
262 const DepthwiseParams& params, const float* input_scales, in DepthwiseConvHybridWithRounding()
321 const DepthwiseParams& params, const float* input_scales, in DepthwiseConvHybridImpl()
378 const float* input_scales; member
395 const DepthwiseParams& params, const float* input_scales, in DepthwiseConvHybridPerChannel()