Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_LE (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h71 #ifndef TFLITE_CHECK_LE
72 #define TFLITE_CHECK_LE(x, y) ((x) <= (y)) ? (void)0 : TFLITE_ABORT macro
Dquantization_util.h39 TFLITE_CHECK_LE(rmin, 0.); in ChooseQuantizationParams()
92 TFLITE_CHECK_LE(nudged_zero_point, qmax); in ChooseQuantizationParams()
Dquantization_util.cc74 TFLITE_CHECK_LE(q_fixed, std::numeric_limits<int32_t>::max()); in QuantizeMultiplier()
93 TFLITE_CHECK_LE(shift, 0); in QuantizeMultiplierSmallerThanOneExp()
Dstrided_slice_logic.h38 TFLITE_CHECK_LE(dim_count, 4); in StridedSlicePadIndices()
Dtypes.h299 TFLITE_CHECK_LE(dimensions_count, 4); in ToRuntimeDims()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmean.h31 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h262 TFLITE_CHECK_LE(new_shape_size, kMaxSmallSize); in RuntimeShape()
283 TFLITE_CHECK_LE(dimensions_count, 4); in ToRuntimeDims()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3613 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
3658 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1928 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()