Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/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
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/arc_mli/
Dmli_tf_utils.h75 TFLITE_DCHECK_NE(*mliT->Scale<int16_t**>(), 0); in ConvertToMliQuantParamsPerChannel()
76 TFLITE_DCHECK_NE(*mliT->ZeroPoint<int16_t**>(), 0); in ConvertToMliQuantParamsPerChannel()
78 TFLITE_DCHECK_NE(*mliT->Scale<int32_t**>(), 0); in ConvertToMliQuantParamsPerChannel()
79 TFLITE_DCHECK_NE(*mliT->ZeroPoint<int16_t**>(), 0); in ConvertToMliQuantParamsPerChannel()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()