Home
last modified time | relevance | path

Searched defs:diff_min (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlog_softmax.h69 const int diff_min = params.diff_min; in LogSoftmax() local
165 const int diff_min = params.diff_min; in LogSoftmaxQuantized() local
H A Dsoftmax.h73 const int diff_min = params.diff_min; in Softmax() local
H A Dlegacy_reference_ops.h760 int diff_min, uint8* output_data, in Softmax()
779 int32 reverse_scaling_right_shift, int diff_min, in LogSoftmax()
1784 int diff_min, uint8* output_data, in Softmax()
1800 int32 reverse_scaling_right_shift, int diff_min, in LogSoftmax()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dlogsoftmax_quantized_test.cc170 const int diff_min = -tflite::CalculateInputRadius(kScaledDiffIntegerBits, in RunOneLogSoftmaxTest() local
227 const int diff_min = -tflite::CalculateInputRadius(kScaledDiffIntegerBits, in RunOneLogSoftmaxTest() local
H A Dsoftmax_quantized_test.cc125 const int diff_min = -tflite::CalculateInputRadius(kScaledDiffIntegerBits, in RunOneSoftmaxTest() local
H A Dtypes.h936 int diff_min; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dlog_softmax.h27 int32_t diff_min, int32_t outer_size, int32_t depth, in LogSoftmax()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClSoftmaxKernel.cpp69 const int diff_min = -1.f * std::floor(max_input_rescaled); in prepare_quantized_softmax_build_options() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h4000 const int diff_min = params.diff_min; in Softmax() local
4214 int diff_min, uint8* output_data, in Softmax()
4224 int diff_min, uint8* output_data, in Softmax()
4247 int32 reverse_scaling_right_shift, int diff_min, in LogSoftmax()
4262 int32 reverse_scaling_right_shift, int diff_min, in LogSoftmax()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dactivations.cc69 int diff_min = 0; member