Searched refs:TFLITE_CHECK_GE (Results 1 – 7 of 7) sorted by relevance
63 #ifndef TFLITE_CHECK_GE64 #define TFLITE_CHECK_GE(x, y) ((x) >= (y)) ? (void)0 : TFLITE_ABORT macro
40 TFLITE_CHECK_GE(rmax, 0.); in ChooseQuantizationParams()91 TFLITE_CHECK_GE(nudged_zero_point, qmin); in ChooseQuantizationParams()
40 TFLITE_CHECK_GE(dim_count, p->start_indices_count); in StridedSlicePadIndices()
98 TFLITE_CHECK_GE(*left_shift, 0); in QuantizeMultiplierGreaterThanOne()
308 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount()); in RuntimeShape()
229 TFLITE_CHECK_GE(buffer_handle, -1); in SimpleDelegate()
471 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount());