Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dmin.h23 inline float TfLiteMin(const float& x, const float& y) { in TfLiteMin() function
28 inline T TfLiteMin(const T& x, const T& y) {
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dactivation_utils.h39 return TfLiteMax(-1.0f, TfLiteMin(a, 1.0f)); in ActivationValFloat()
41 return TfLiteMax(0.0f, TfLiteMin(a, 6.0f)); in ActivationValFloat()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dreduce.h396 float result = TfLiteMin( in QuantizedMeanOrSum()

Completed in 6 milliseconds