Home
last modified time | relevance | path

Searched refs:TF_LITE_FATAL (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/
Dop_macros.h20 #define TF_LITE_FATAL(msg) \ macro
27 if (!(x)) TF_LITE_FATAL(#x); \
31 if ((x) != (y)) TF_LITE_FATAL(#x " didn't equal " #y); \
Dgemm_support.cc41 TF_LITE_FATAL( in DecrementUsageCounter()
55 TF_LITE_FATAL( in GetFromContext()