Searched defs:LOGE (Results 1 – 2 of 2) sorted by relevance
105 #define LOGE(...) LogPrintF(ANDROID_LOG_ERROR, __VA_ARGS__); macro117 #define LOGE(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro