STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.distribute.experimental.pbtxt
Ran Chen fa08cfd489 Add an experimental_hints to batch all reduce
This contains all performance hints to the API. Currently there's only bytes_per_pack, which splits large batches into multiple packs allows overlapping communication and computation.

Currently we can only pack if all Tensors in the batch have known shapes.

PiperOrigin-RevId: 297269428
Change-Id: Iaf7d7d3adf7c6cad59aa6079fbcd36b31e92c4b5
2020-02-25 20:32:44 -08:00

28 lines
530 B
Plaintext

path: "tensorflow.distribute.experimental"
tf_module {
member {
name: "CentralStorageStrategy"
mtype: "<type \'type\'>"
}
member {
name: "CollectiveCommunication"
mtype: "<class \'enum.EnumMeta\'>"
}
member {
name: "CollectiveHints"
mtype: "<type \'type\'>"
}
member {
name: "MultiWorkerMirroredStrategy"
mtype: "<type \'type\'>"
}
member {
name: "ParameterServerStrategy"
mtype: "<type \'type\'>"
}
member {
name: "TPUStrategy"
mtype: "<type \'type\'>"
}
}