Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcompatibility.h71 #ifndef TFLITE_CHECK_LE
72 #define TFLITE_CHECK_LE(x, y) ((x) <= (y)) ? (void)0 : TFLITE_ABORT macro
A Dquantization_util.h39 TFLITE_CHECK_LE(rmin, 0.); in ChooseQuantizationParams()
92 TFLITE_CHECK_LE(nudged_zero_point, qmax); in ChooseQuantizationParams()
A Dquantization_util.cc75 TFLITE_CHECK_LE(q_fixed, std::numeric_limits<int32_t>::max()); in QuantizeMultiplier()
108 TFLITE_CHECK_LE(shift, 0); in QuantizeMultiplierSmallerThanOneExp()
A Dstrided_slice_logic.h39 TFLITE_CHECK_LE(dim_count, 5); in StridedSlicePadIndices()
A Dtypes.h329 TFLITE_CHECK_LE(dimensions_count, 4); in ToRuntimeDims()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/
A Dmean.h32 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dreduce.h226 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
271 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Dmean.h188 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dneon_tensor_utils.cc603 TFLITE_CHECK_LE(n_batch, batch_round_up); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
621 TFLITE_CHECK_LE(n_batch * m_cols, padded_vectors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
629 TFLITE_CHECK_LE(n_batch * sizeof(float), padded_scaling_factors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
630 TFLITE_CHECK_LE(batch_round_up * sizeof(float), padded_scaling_factors_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
640 TFLITE_CHECK_LE(n_batch * sizeof(int32_t), padded_input_offset_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
641 TFLITE_CHECK_LE(batch_round_up * sizeof(int32_t), padded_input_offset_size); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
A Doptimized_ops.h1136 TFLITE_CHECK_LE(unextended_output_shape.DimensionsCount(), 4); in Mean()

Completed in 40 milliseconds