Searched defs:diff_min (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | log_softmax.h | 69 const int diff_min = params.diff_min; in LogSoftmax() local 165 const int diff_min = params.diff_min; in LogSoftmaxQuantized() local
|
H A D | softmax.h | 73 const int diff_min = params.diff_min; in Softmax() local
|
H A D | legacy_reference_ops.h | 760 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 D | logsoftmax_quantized_test.cc | 170 const int diff_min = -tflite::CalculateInputRadius(kScaledDiffIntegerBits, in RunOneLogSoftmaxTest() local 227 const int diff_min = -tflite::CalculateInputRadius(kScaledDiffIntegerBits, in RunOneLogSoftmaxTest() local
|
H A D | softmax_quantized_test.cc | 125 const int diff_min = -tflite::CalculateInputRadius(kScaledDiffIntegerBits, in RunOneSoftmaxTest() local
|
H A D | types.h | 936 int diff_min; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
H A D | log_softmax.h | 27 int32_t diff_min, int32_t outer_size, int32_t depth, in LogSoftmax()
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClSoftmaxKernel.cpp | 69 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 D | legacy_optimized_ops.h | 4000 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 D | activations.cc | 69 int diff_min = 0; member
|