LostTech.TensorFlow : API Documentation

Type MapStagingArea

Namespace tensorflow.python.ops.data_flow_ops

Parent BaseStagingArea

Interfaces IMapStagingArea

Public instance methods

object get(int key, IEnumerable<string> indices, string name)

object get(IGraphNodeBase key, IEnumerable<string> indices, string name)

object get_dyn(object key, object indices, object name)

object peek(int key, IEnumerable<string> indices, string name)

object peek(IGraphNodeBase key, IEnumerable<string> indices, string name)

object peek_dyn(object key, object indices, object name)

object put(IDictionary<string, object> key, IDictionary<string, object> vals, IEnumerable<int> indices, string name)

object put(IDictionary<string, object> key, IEnumerable<IGraphNodeBase> vals, IEnumerable<int> indices, string name)

object put(IEnumerable<IGraphNodeBase> key, IDictionary<string, object> vals, IEnumerable<int> indices, string name)

object put(IEnumerable<IGraphNodeBase> key, IEnumerable<IGraphNodeBase> vals, IEnumerable<int> indices, string name)

object put(int key, IDictionary<string, object> vals, IEnumerable<int> indices, string name)

object put(int key, IEnumerable<IGraphNodeBase> vals, IEnumerable<int> indices, string name)

object put(IGraphNodeBase key, IDictionary<string, object> vals, IEnumerable<int> indices, string name)

object put(IGraphNodeBase key, IEnumerable<IGraphNodeBase> vals, IEnumerable<int> indices, string name)

object put_dyn(object key, object vals, object indices, object name)

Public properties

int capacity get;

object capacity_dyn get;

object dtypes get;

object dtypes_dyn get;

int memory_limit get;

object memory_limit_dyn get;

object name get;

object name_dyn get;

object names get;

object names_dyn get;

object PythonObject get;

IList<TensorShape> shapes get;

object shapes_dyn get;