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

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
H A Dcompatibility.h75 #ifndef TFLITE_CHECK_LT
76 #define TFLITE_CHECK_LT(x, y) ((x) < (y)) ? (void)0 : abort() macro

Completed in 197 milliseconds