LostTech.TensorFlow : API Documentation

Type PeriodicLogger

Namespace tensorflow_estimator.python.estimator.tpu.tpu_estimator

Parent PythonObjectContainer

Interfaces IPeriodicLogger

Methods

Properties

Public instance methods

void log(string msg, IDictionary<string, object> kw, Object[] args)

void log(string msg, Object[] args)

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

object log_dyn(object msg, Object[] args)

Public properties

object PythonObject get;