Searched refs:TFLITE_CHECK_LE (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | compatibility.h | 71 #ifndef TFLITE_CHECK_LE 72 #define TFLITE_CHECK_LE(x, y) ((x) <= (y)) ? (void)0 : TFLITE_ABORT macro
|
D | quantization_util.h | 39 TFLITE_CHECK_LE(rmin, 0.); in ChooseQuantizationParams() 92 TFLITE_CHECK_LE(nudged_zero_point, qmax); in ChooseQuantizationParams()
|
D | quantization_util.cc | 74 TFLITE_CHECK_LE(q_fixed, std::numeric_limits<int32_t>::max()); in QuantizeMultiplier() 93 TFLITE_CHECK_LE(shift, 0); in QuantizeMultiplierSmallerThanOneExp()
|
D | strided_slice_logic.h | 38 TFLITE_CHECK_LE(dim_count, 4); in StridedSlicePadIndices()
|
D | types.h | 299 TFLITE_CHECK_LE(dimensions_count, 4); in ToRuntimeDims()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 31 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | types.h | 262 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/ |
D | reference_ops.h | 3613 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/ |
D | optimized_ops.h | 1928 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
|