Public instance methods
object clear(string name)
object clear_dyn(object name)
object peek(int index, string name)
object peek(int index, IEnumerable<string> name)
object peek_dyn(object index, object name)
object put(IDictionary<string, object> values, IDictionary<string, object> name)
object put(int values, IEnumerable<IGraphNodeBase> name)
object put(int values, IDictionary<string, object> name)
object put(IEnumerable<IGraphNodeBase> values, IEnumerable<IGraphNodeBase> name)
object put(IEnumerable<IGraphNodeBase> values, IDictionary<string, object> name)
object put(IDictionary<string, object> values, IEnumerable<IGraphNodeBase> name)
object put_dyn(object values, object name)
Public properties
object memory_limit_dyn get;
IList<TensorShape> shapes get;