Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h50 HloInstruction* CreateOne(const Shape& shape, SpmdBuilder* b);
Ddot_handler.cc692 CreateOne(cw_data_partition_id->shape(), &body_b))); in PartitionBaseCase()
1191 i->shape(), HloOpcode::kAdd, i, CreateOne(i->shape(), &body_b))); in PartitionBaseCase()
1226 i->shape(), HloOpcode::kAdd, i, CreateOne(i->shape(), &body_b))); in PartitionBaseCase()
1331 CreateOne(real_i->shape(), &body_b))); in PartitionBaseCase()
Dgather_scatter_handler.cc548 identity = CreateOne(operand.hlo()->shape(), &b_); in HandleScatter()
Dspmd_partitioner_util.cc92 HloInstruction* CreateOne(const Shape& shape, SpmdBuilder* b) { in CreateOne() function
97 CreateOne(ShapeUtil::GetTupleElementShape(shape, i), b)); in CreateOne()