Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md71 ## AllReduce section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening_test.cc313 TEST_F(HloControlFlowFlatteningTest, AllReduce) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc1593 struct AllReduce { struct
1601 static AllReduce Handler() { return AllReduce(); } in Handler()
1640 static bool AllReduce(runtime::KernelContext* ctx, void** args, void** attrs) { in AllReduce() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dsharding_propagation_test.cc1775 TEST_P(ParameterizedMetadataTest, AllReduce) { in TEST_P() argument
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2936 XlaOp XlaBuilder::AllReduce(XlaOp operand, const XlaComputation& computation, in AllReduce() function in xla::XlaBuilder
4669 XlaOp AllReduce(const XlaOp operand, const XlaComputation& computation, in AllReduce() function