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

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
H A Dcompatibility.h63 #ifndef TFLITE_CHECK_GE
64 #define TFLITE_CHECK_GE(x, y) ((x) >= (y)) ? (void)0 : abort() macro

Completed in 118 milliseconds