Searched refs:TF_LITE_FATAL (Results 1 – 3 of 3) sorted by relevance
66 #define TF_LITE_FATAL(msg) \ macro75 if (!(x)) TF_LITE_FATAL(#x); \80 if ((x) != (y)) TF_LITE_FATAL(#x " didn't equal " #y); \
53 TF_LITE_FATAL("quantized dimension must be 0 or 3"); in SignedSymmetricPerChannelQuantize()
48 if (sizeof(T) != 1) TF_LITE_FATAL("Lookup table valid only for 8bit"); in PopulateLookupTable()
Completed in 4 milliseconds