Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc2445 auto copy_hlo = b->AddInstruction(HloInstruction::CreateUnary( in PartitionDot() local
2447 copy_hlo->set_sharding(rhs.sharding()); in PartitionDot()
2448 rhs = PartitionedHlo(copy_hlo, rhs.base_shape(), rhs.state()); in PartitionDot()