LostTech.TensorFlow : API Documentation

Type ag_logging

Namespace tensorflow.python.autograph.ag_logging

Public static methods

void error(int level, string msg, IDictionary<string, object> kwargs, Object[] args)

void error(int level, string msg, Object[] args)

object error_dyn(object level, object msg, IDictionary<string, object> kwargs, Object[] args)

object error_dyn(object level, object msg, Object[] args)

int has_verbosity(int level)

object has_verbosity_dyn(object level)

void log(int level, string msg, IDictionary<string, object> kwargs, Object[] args)

void log(int level, string msg, Object[] args)

object log_dyn(object level, object msg, IDictionary<string, object> kwargs, Object[] args)

void warn(PythonFunctionContainer msg, IDictionary<string, object> kwargs, Object[] args)

void warn(PythonFunctionContainer msg, Object[] args)

void warn(object msg, IDictionary<string, object> kwargs, Object[] args)

void warn(object msg, Object[] args)

object warn_dyn(object msg, IDictionary<string, object> kwargs, Object[] args)

Public properties

PythonFunctionContainer error_fn get;

PythonFunctionContainer get_verbosity_fn get;

PythonFunctionContainer has_verbosity_fn get;

Public fields

object verbosity_level

return object

bool echo_log_to_stdout

return bool

string VERBOSITY_VAR_NAME

return string

int DEFAULT_VERBOSITY

return int