Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h449 Status HandleElementwise(HloInstruction* hlo);
Dspmd_partitioner.cc1375 return HandleElementwise(hlo); in DefaultAction()
1472 Status SpmdPartitioningVisitor::HandleElementwise(HloInstruction* hlo) { in HandleElementwise() function in xla::spmd::SpmdPartitioningVisitor
2232 return HandleElementwise(hlo); in HandleAllReduce()