LostTech.TensorFlow : API Documentation

Type tf.summary.experimental

Namespace tensorflow

Public static methods

object get_step()

object get_step_dyn()

void set_step(IGraphNodeBase step)

void set_step(int step)

object set_step_dyn(object step)

IContextManager<T> summary_scope(string name, string default_name, IEnumerable<object> values)

object summary_scope_dyn(object name, ImplicitContainer<T> default_name, object values)

object write_raw_pb(Byte[] tensor, int step, string name)

object write_raw_pb(Byte[] tensor, object step, string name)

object write_raw_pb(IEnumerable<object> tensor, int step, string name)

object write_raw_pb(IEnumerable<object> tensor, object step, string name)

object write_raw_pb(string tensor, int step, string name)

object write_raw_pb(string tensor, object step, string name)

object write_raw_pb_dyn(object tensor, object step, object name)

Public properties

PythonFunctionContainer get_step_fn get;

PythonFunctionContainer set_step_fn get;

PythonFunctionContainer summary_scope_fn get;

PythonFunctionContainer write_raw_pb_fn get;