Home
last modified time | relevance | path

Searched refs:offset_input (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Dequantize.pbtxt53 const double offset_input = static_cast<double>(input) - lowest_quantized;
/external/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops.cc503 const int32 offset_input = in Compute() local
562 input_cols, in_depth, offset_input, filter.flat<T2>().data(), in Compute()
Dfused_batch_norm_op.cc94 const Tensor& scale_input, const Tensor& offset_input, in operator ()()
147 typename TTypes<U>::ConstVec offset(offset_input.vec<U>()); in operator ()()
232 const Tensor& scale_input, const Tensor& offset_input, in operator ()()
285 typename TTypes<U>::ConstVec offset(offset_input.vec<U>()); in operator ()()
Dquantization_utils.h108 const double offset_input = static_cast<double>(input) - lowest_quantized; in QuantizedToFloat() local
115 const double result = range_min_rounded + (offset_input * range_scale); in QuantizedToFloat()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td3181 const double offset_input = static_cast<double>(input) - lowest_quantized;