Home
last modified time | relevance | path

Searched refs:ExponentialRandomPositiveFloat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dsoftmax_quantized_test.cc184 const float beta = 1.0f + ExponentialRandomPositiveFloat(0.9f, 2, 10); in TryOneUniformSoftmax()
217 const float beta = 1.0f + ExponentialRandomPositiveFloat(0.9f, 2, 10); in TryOneSkyscraperSoftmax()
220 ExponentialRandomPositiveFloat(0.65f, 0.1, 1.0); in TryOneSkyscraperSoftmax()
H A Dtest_util.cc97 float ExponentialRandomPositiveFloat(float percentile, float percentile_val, in ExponentialRandomPositiveFloat() function
H A Dtest_util.h56 float ExponentialRandomPositiveFloat(float percentile, float percentile_val,
H A Dlogsoftmax_quantized_test.cc298 ExponentialRandomPositiveFloat(0.65f, 0.1, 1.0); in TryOneSkyscraperLogSoftmax()