Home
last modified time | relevance | path

Searched refs:TFLITE_DCHECK_NE (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcompatibility.h30 #ifndef TFLITE_DCHECK_NE
31 #define TFLITE_DCHECK_NE(x, y) ((x) != (y)) ? (void)0 : TFLITE_ASSERT_FALSE macro
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Ddiv.h53 TFLITE_DCHECK_NE(input2_val, 0); in DivElementwise()
123 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlowQuantized()
A Ddepthwiseconv_uint8.h67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Ddepthwiseconv_uint8_transitional.h4113 TFLITE_DCHECK_NE(residual_width, kFourOverStride);
5624 TFLITE_DCHECK_NE(output_shift_per_channel, nullptr);
5625 TFLITE_DCHECK_NE(output_multiplier_per_channel, nullptr);
6296 TFLITE_DCHECK_NE(output_shift_per_channel, nullptr);
6297 TFLITE_DCHECK_NE(output_multiplier_per_channel, nullptr);
6467 TFLITE_DCHECK_NE(residual_width, kFourOverStride);
6762 TFLITE_DCHECK_NE(output_shift_per_channel, nullptr);
6763 TFLITE_DCHECK_NE(output_multiplier_per_channel, nullptr);
7449 TFLITE_DCHECK_NE(output_shift_per_channel, nullptr);
7450 TFLITE_DCHECK_NE(output_multiplier_per_channel, nullptr);
A Doptimized_ops.h2701 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlow()
7458 TFLITE_DCHECK_NE(non_flatten_params.perm[0], 0); in Transpose()

Completed in 37 milliseconds