Home
last modified time | relevance | path

Searched defs:Collective (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc162 struct NcclManager::Collective : public core::RefCounted { struct in tensorflow::NcclManager
163 Collective(const string& collective_key_in, DataType data_type_in, in Collective() function
188 const string collective_key; // A unique key for debugging.
189 const DataType data_type;
190 const CollectiveType type;
191 const ncclRedOp_t reduction_op; // applies when <type> is a reduction.
192 const int num_local_devices; // devices local to this node
193 const int num_global_devices; // devices across all nodes
194 const bool single_node; // true if all devices are at one node
195 const string communicator_key;
[all …]
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp239 Collective, // An ArrayRef<Type> for all result types. enumerator