Searched refs:TFLITE_CHECK (Results 1 – 4 of 4) sorted by relevance
51 #ifndef TFLITE_CHECK52 #define TFLITE_CHECK(condition) (condition) ? (void)0 : TFLITE_ABORT macro
134 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in RuntimeShape()173 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in ~RuntimeShape()208 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in Resize()216 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in Resize()
69 TFLITE_CHECK(q_fixed <= (1ll << 31)); in QuantizeMultiplier()
39 TFLITE_CHECK(buffer != nullptr); in Init()