Home
last modified time | relevance | path

Searched defs:AllGather (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md32 ## AllGather section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening_test.cc372 TEST_F(HloControlFlowFlatteningTest, AllGather) { in TEST_F() argument
/external/pytorch/torch/testing/_internal/distributed/
Dmulti_threaded_pg.py142 class AllGather: class
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc1858 struct AllGather { struct
1866 static AllGather Handler() { return AllGather(); } in Handler()
1902 static bool AllGather(runtime::KernelContext* ctx, void** args, void** attrs) { in AllGather() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2868 XlaOp XlaBuilder::AllGather(XlaOp operand, int64_t all_gather_dimension, in AllGather() function in xla::XlaBuilder
4653 XlaOp AllGather(const XlaOp operand, int64_t all_gather_dimension, in AllGather() function