Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_LE (Results 1 – 10 of 10) 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.cc80 TFLITE_CHECK_LE(q_fixed, std::numeric_limits<int32_t>::max()); in QuantizeMultiplier()
121 TFLITE_CHECK_LE(shift, 0); in QuantizeMultiplierSmallerThanOneExp()
Dstrided_slice_logic.h39 TFLITE_CHECK_LE(dim_count, 5); in StridedSlicePadIndices()
Druntime_shape.h194 TFLITE_CHECK_LE(dimensions_count, 4); in ToRuntimeDims()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmean.h34 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreduce.h281 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
326 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h190 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc630 TFLITE_CHECK_LE(n_batch, batch_round_up); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
648 TFLITE_CHECK_LE(n_batch * m_cols, padded_vectors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
656 TFLITE_CHECK_LE(n_batch * sizeof(float), padded_scaling_factors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
657 TFLITE_CHECK_LE(batch_round_up * sizeof(float), padded_scaling_factors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
667 TFLITE_CHECK_LE(n_batch * sizeof(int32_t), padded_input_offset_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
668 TFLITE_CHECK_LE(batch_round_up * sizeof(int32_t), padded_input_offset_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
Dreduce.h203 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()