Home
last modified time | relevance | path

Searched refs:HandleAllReduceSingleReplica (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h188 Status HandleAllReduceSingleReplica(HloInstruction* crs);
Dir_emitter.cc1066 Status IrEmitter::HandleAllReduceSingleReplica(HloInstruction* crs) { in HandleAllReduceSingleReplica() function in xla::cpu::IrEmitter
1203 return HandleAllReduceSingleReplica(crs); in HandleAllReduce()