Searched refs:TFLITE_DCHECK_NE (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | compatibility.h | 30 #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/ |
D | mli_tf_utils.h | 64 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/ |
D | div.h | 41 TFLITE_DCHECK_NE(input2_val, 0); in DivElementwise() 105 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlow()
|
D | depthwiseconv_uint8.h | 67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_api.cc | 241 TFLITE_DCHECK_NE(mutable_resolver, nullptr); in InterpreterCreateWithOpResolver()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
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);
|
D | optimized_ops.h | 2699 TFLITE_DCHECK_NE(input2_val, 0); in BroadcastDivSlow() 7904 TFLITE_DCHECK_NE(non_flatten_params.perm[0], 0); in Transpose()
|