Searched refs:TFLITE_CHECK_LE (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/ |
D | fixedpoint_utils.h | 113 TFLITE_CHECK_LE(q_fixed, INT24_MAX); in QuantizeMultiplierForInt24() 116 TFLITE_CHECK_LE(*shift, 23); in QuantizeMultiplierForInt24()
|
/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 | 75 TFLITE_CHECK_LE(q_fixed, std::numeric_limits<int32_t>::max()); in QuantizeMultiplier() 108 TFLITE_CHECK_LE(shift, 0); in QuantizeMultiplierSmallerThanOneExp()
|
D | strided_slice_logic.h | 39 TFLITE_CHECK_LE(dim_count, 5); in StridedSlicePadIndices()
|
D | types.h | 329 TFLITE_CHECK_LE(dimensions_count, 4); in ToRuntimeDims()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 32 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reduce.h | 226 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean() 271 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | mean.h | 188 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.cc | 604 TFLITE_CHECK_LE(n_batch, batch_round_up); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 622 TFLITE_CHECK_LE(n_batch * m_cols, padded_vectors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 630 TFLITE_CHECK_LE(n_batch * sizeof(float), padded_scaling_factors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 631 TFLITE_CHECK_LE(batch_round_up * sizeof(float), padded_scaling_factors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 641 TFLITE_CHECK_LE(n_batch * sizeof(int32_t), padded_input_offset_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 642 TFLITE_CHECK_LE(batch_round_up * sizeof(int32_t), padded_input_offset_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
|
D | optimized_ops.h | 1138 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 492 TFLITE_CHECK_LE(dimensions_count, 4);
|