LostTech.TensorFlow : API Documentation

Type Barrier

Namespace tensorflow.python.ops.data_flow_ops

Parent PythonObjectContainer

Interfaces IBarrier

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, ndarray values, string name)

object insert_many(int component_index, IGraphNodeBase keys, IEnumerable<double> values, string name)

object insert_many(int component_index, IGraphNodeBase keys, IGraphNodeBase 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

Tensor barrier_ref get;

object barrier_ref_dyn get;

object name get;

object name_dyn get;

object PythonObject get;