Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md32 ## AllReduce section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1008 def AllReduce(self, operand, computation, replica_groups=None): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2113 XlaOp XlaBuilder::AllReduce(XlaOp operand, const XlaComputation& computation, in AllReduce() function in xla::XlaBuilder
3306 XlaOp AllReduce(const XlaOp operand, const XlaComputation& computation, in AllReduce() function