LostTech.TensorFlow : API Documentation

Type InputReplicationMode

Namespace tensorflow.distribute

Parent PythonObjectContainer

Interfaces IInputReplicationMode

Replication mode for input function.

* `PER_WORKER`: The input function will be called on each worker independently, creating as many input pipelines as number of workers. Replicas will dequeue from the local Dataset on their worker. tf.distribute.Strategy doesn't manage any state sharing between such separate input pipelines.

Properties

Fields

Public properties

object PER_WORKER_dyn get; set;

object PythonObject get;

Public fields

string PER_WORKER

return string