Searched defs:TFLITE_DCHECK_LE (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
H A Dcompatibility.h42 #ifndef TFLITE_DCHECK_LE
43 #define TFLITE_DCHECK_LE(x, y) ((x) <= (y)) ? (void)0 : assert(false) macro

Completed in 142 milliseconds