Searched refs:TFLITE_DCHECK_NE (Results 1 – 2 of 2) sorted by relevance
30 #ifndef TFLITE_DCHECK_NE31 #define TFLITE_DCHECK_NE(x, y) ((x) != (y)) ? (void)0 : TFLITE_ASSERT_FALSE macro
67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()