Home
last modified time | relevance | path

Searched defs:collective_info (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h183 std::optional<CollectiveInfo> collective_info; member
Dxla_helpers.cc148 const XlaCompilationResult::CollectiveInfo& collective_info, in ResolveDeviceAssignment()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc285 const XlaCompilationResult::CollectiveInfo& collective_info) { in GetOrCreateThreadPoolForCollective()
/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupWrapper.cpp595 auto collective_info = ss.str(); in runCollectiveChecks() local