Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_GE (Results 1 – 6 of 6) 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.h39 TFLITE_CHECK_GE(dim_count, p->start_indices_count); in StridedSlicePadIndices()
Dquantization_util.cc83 TFLITE_CHECK_GE(*left_shift, 0); in QuantizeMultiplierGreaterThanOne()
Dtypes.h278 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount()); in RuntimeShape()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h261 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount()); in RuntimeShape()