LostTech.TensorFlow : API Documentation

Type training_loop

Namespace tensorflow.python.tpu.training_loop

Public static methods

object repeat(Variable n, object body, IEnumerable<int> inputs, InfeedQueue infeed_queue, string name)

object repeat(PartitionedVariable n, object body, IEnumerable<int> inputs, InfeedQueue infeed_queue, string name)

object repeat(int n, object body, IEnumerable<int> inputs, InfeedQueue infeed_queue, string name)

object repeat_dyn(object n, object body, object inputs, object infeed_queue, object name)

object while_loop(object condition, object body, IEnumerable<Nullable<int>> inputs, InfeedQueue infeed_queue, Byte[] name)

object while_loop_dyn(object condition, object body, object inputs, object infeed_queue, object name)

Public properties

PythonFunctionContainer repeat_fn get;

PythonFunctionContainer while_loop_fn get;