Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dop_macros.h66 #define TF_LITE_FATAL(msg) \ macro
75 if (!(x)) TF_LITE_FATAL(#x); \
80 if ((x) != (y)) TF_LITE_FATAL(#x " didn't equal " #y); \
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_utils.cc53 TF_LITE_FATAL("quantized dimension must be 0 or 3"); in SignedSymmetricPerChannelQuantize()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Delu.cc48 if (sizeof(T) != 1) TF_LITE_FATAL("Lookup table valid only for 8bit"); in PopulateLookupTable()

Completed in 4 milliseconds