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
object memory_limit_dyn get;
IList<TensorShape> shapes get;