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 D | compatibility.h | 30 #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 D | div.h | 53 TFLITE_DCHECK_NE(input2_val, 0); in DivElementwise() 123 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlowQuantized()
|
A D | depthwiseconv_uint8.h | 67 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 D | depthwiseconv_uint8_transitional.h | 4113 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 D | optimized_ops.h | 2701 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlow() 7458 TFLITE_DCHECK_NE(non_flatten_params.perm[0], 0); in Transpose()
|
Completed in 37 milliseconds