LostTech.TensorFlow : API Documentation

Type Sampler

Namespace tensorflow.contrib.seq2seq.python.ops.sampler

Public instance methods

ValueTuple<Tensor, object> initialize(IDictionary<string, object> inputs, IDictionary<string, object> kwargs)

ValueTuple<Tensor, object> initialize(IEnumerable<object> inputs, IDictionary<string, object> kwargs)

ValueTuple<Tensor, object> initialize(IGraphNodeBase inputs, IDictionary<string, object> kwargs)

ValueTuple<Tensor, object> initialize(PythonClassContainer inputs, IDictionary<string, object> kwargs)

object initialize_dyn(object inputs, IDictionary<string, object> kwargs)

object next_inputs(IGraphNodeBase time, IEnumerable<IGraphNodeBase> outputs, IGraphNodeBase state, ValueTuple<PythonClassContainer, PythonClassContainer> sample_ids)

object next_inputs(IGraphNodeBase time, IEnumerable<IGraphNodeBase> outputs, IGraphNodeBase state, IGraphNodeBase sample_ids)

object next_inputs(IGraphNodeBase time, IGraphNodeBase outputs, IGraphNodeBase state, ValueTuple<PythonClassContainer, PythonClassContainer> sample_ids)

object next_inputs(IGraphNodeBase time, IGraphNodeBase outputs, IGraphNodeBase state, IGraphNodeBase sample_ids)

object next_inputs_dyn(object time, object outputs, object state, object sample_ids)

object sample(IGraphNodeBase time, IEnumerable<IGraphNodeBase> outputs, IGraphNodeBase state)

object sample(IGraphNodeBase time, IGraphNodeBase outputs, IGraphNodeBase state)

object sample_dyn(object time, object outputs, object state)

Public properties

Tensor batch_size get;

object batch_size_dyn get;

DType sample_ids_dtype get;

object sample_ids_dtype_dyn get;

TensorShape sample_ids_shape get;

object sample_ids_shape_dyn get;