Home
last modified time | relevance | path

Searched refs:PreprocessSoftmaxScaling (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc254 void PreprocessSoftmaxScaling(double beta, double input_scale, in PreprocessSoftmaxScaling() function
291 PreprocessSoftmaxScaling(beta, input_scale, input_integer_bits, in PreprocessLogSoftmaxScalingExp()
Dquantization_util.h240 void PreprocessSoftmaxScaling(double beta, double input_scale,
Dquantization_util_test.cc384 TEST(QuantizationUtilTest, PreprocessSoftmaxScaling) { in TEST() argument
388 PreprocessSoftmaxScaling(beta, scale, integer_bits, &q, &s); in TEST()
Dsoftmax_quantized_test.cc115 tflite::PreprocessSoftmaxScaling(beta, input_scale, kScaledDiffIntegerBits, in RunOneSoftmaxTest()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/
Dsoftmax.cc49 tflite::PreprocessSoftmaxScaling( in CalculateSoftmaxOpData()
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc254 tflite::PreprocessSoftmaxScaling( in SoftmaxPrepare()