Home
last modified time | relevance | path

Searched refs:HandleDotHelper (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h442 Status HandleDotHelper(HloInstruction* hlo,
Dconvolution_handler.cc1043 return HandleDotHelper(hlo, mapping, create_sharded_conv); in HandleConvolution()
Ddot_handler.cc90 return HandleDotHelper(hlo, mapping, create_sharded_dot); in HandleDot()
2835 Status SpmdPartitioningVisitor::HandleDotHelper( in HandleDotHelper() function in xla::spmd::SpmdPartitioningVisitor