Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/
Dcommon.h295 double sample_val = TfLiteRound(func(min + i * step) * 32768.0); in gen_lut() local
304 table[i] = std::min<double>(std::max<double>(sample_val - bias, -32768.0), in gen_lut()
324 float sample_val = TfLiteRound(func(min + i * step) * 32768.0f); in gen_lut() local
333 table[i] = std::min<float>(std::max<float>(sample_val - bias, -32768.0f), in gen_lut()