Public instance methods
Tensor incomplete_size(string name)
object incomplete_size_dyn(object name)
object insert_many(int component_index, IEnumerable<Byte[]> keys, ndarray values, string name)
object insert_many(int component_index, IEnumerable<Byte[]> keys, IEnumerable<double> values, string name)
object insert_many(int component_index, IEnumerable<Byte[]> keys, IGraphNodeBase values, string name)
object insert_many(int component_index, IGraphNodeBase keys, IEnumerable<double> values, string name)
object insert_many_dyn(object component_index, object keys, object values, object name)
Tensor ready_size(string name)
object ready_size_dyn(object name)
object take_many(int num_elements, bool allow_small_batch, object timeout, string name)
object take_many(IGraphNodeBase num_elements, bool allow_small_batch, object timeout, string name)
object take_many_dyn(object num_elements, ImplicitContainer<T> allow_small_batch, object timeout, object name)
Public properties
object barrier_ref_dyn get;