Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_GE (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h63 #ifndef TFLITE_CHECK_GE
64 #define TFLITE_CHECK_GE(x, y) ((x) >= (y)) ? (void)0 : TFLITE_ABORT macro
Dquantization_util.h40 TFLITE_CHECK_GE(rmax, 0.); in ChooseQuantizationParams()
91 TFLITE_CHECK_GE(nudged_zero_point, qmin); in ChooseQuantizationParams()
Dstrided_slice_logic.h40 TFLITE_CHECK_GE(dim_count, p->start_indices_count); in StridedSlicePadIndices()
Dquantization_util.cc98 TFLITE_CHECK_GE(*left_shift, 0); in QuantizeMultiplierGreaterThanOne()
Dtypes.h308 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount()); in RuntimeShape()
/external/tensorflow/tensorflow/lite/delegates/
Ddelegate_test_util.cc229 TFLITE_CHECK_GE(buffer_handle, -1); in SimpleDelegate()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h471 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount());