Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h30 #ifndef TFLITE_DCHECK_NE
31 #define TFLITE_DCHECK_NE(x, y) ((x) != (y)) ? (void)0 : TFLITE_ASSERT_FALSE macro
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dmli_tf_utils.h64 TFLITE_DCHECK_NE(mliT->el_params.asym.scale.pi16, 0); in ConvertToMliQuantParamsPerChannel()
65 TFLITE_DCHECK_NE(mliT->el_params.asym.zero_point.pi16, 0); in ConvertToMliQuantParamsPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddiv.h41 TFLITE_DCHECK_NE(input2_val, 0); in DivElementwise()
105 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlow()
Ddepthwiseconv_uint8.h67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc241 TFLITE_DCHECK_NE(mutable_resolver, nullptr); in InterpreterCreateWithOpResolver()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
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);
Doptimized_ops.h2699 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlow()
7904 TFLITE_DCHECK_NE(non_flatten_params.perm[0], 0); in Transpose()