LostTech.TensorFlow : API Documentation

Type summary_op_util

Namespace tensorflow.python.ops.summary_op_util

Public static methods

object clean_tag(int name)

object clean_tag(string name)

object clean_tag_dyn(object name)

void collect(IGraphNodeBase val, IEnumerable<string> collections, IEnumerable<string> default_collections)

object collect_dyn(object val, object collections, object default_collections)

IContextManager<T> summary_scope(int name, Byte[] family, string default_name, IEnumerable<int> values)

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

IContextManager<T> summary_scope(string name, Byte[] family, string default_name, IEnumerable<int> values)

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

object summary_scope_dyn(object name, object family, object default_name, object values)

Public properties

PythonFunctionContainer clean_tag_fn get;

PythonFunctionContainer collect_fn get;

PythonFunctionContainer summary_scope_fn get;