Home
last modified time | relevance | path

Searched refs:Replicated (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpmap_lib.h102 struct Replicated { struct
104 bool operator==(const Replicated& other) const { argument
107 bool operator!=(const Replicated& other) const {
112 using MeshDimAssignment = absl::variant<ShardedAxis, Replicated>;
Dpmap_lib.cc390 py::class_<Replicated> replicated(pmap_lib, "Replicated"); in BuildPmapSubmodule()
392 .def_readonly("replicas", &Replicated::replicas) in BuildPmapSubmodule()
394 [](const Replicated& x) { in BuildPmapSubmodule()
397 .def("__eq__", [](const Replicated& self, const Replicated& other) { in BuildPmapSubmodule()
/external/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_NumPy_Keras_and_Distribution_Strategy.ipynb275 "### Replicated model execution\n",