Home
last modified time | relevance | path

Searched refs:LogLevelStrToInt (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dlogging.cc72 int64_t LogLevelStrToInt(const char* tf_env_var_val) { in LogLevelStrToInt() function
93 return LogLevelStrToInt(tf_env_var_val); in MinLogLevelFromEnv()
98 return LogLevelStrToInt(tf_env_var_val); in MinVLogLevelFromEnv()
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.cc109 int64 LogLevelStrToInt(const char* tf_env_var_val) { in LogLevelStrToInt() function
196 return LogLevelStrToInt(tf_env_var_val); in MinLogLevelFromEnv()
211 return LogLevelStrToInt(tf_env_var_val); in MinVLogLevelFromEnv()
/external/tensorflow/tensorflow/core/platform/s3/
Daws_logging.cc83 int64 LogLevelStrToInt(const char* tf_env_var_val) { in LogLevelStrToInt() function
96 ? LogLevelStrToInt(getenv("AWS_LOG_LEVEL")) in ParseLogLevelFromEnv()