Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtopk_rewriter.cc163 HloInstruction* index_gte = in Run() local
171 index_gte = comp->AddInstruction(HloInstruction::CreateTranspose( in Run()
172 ShapeUtil::MakeShape(S32, {k.value(), batch_size}), index_gte, in Run()
181 TF_RETURN_IF_ERROR(slice->ReplaceAllUsesWith(index_gte)); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1699 HloInstruction* index_gte = in HandleSort() local
1715 auto slice_index = SliceFirstK(index_gte, &b_, sort_dim, k.value()); in HandleSort()
1869 HloInstruction* index_gte = in HandleCustomCall() local
1878 index_gte->shape(), in HandleCustomCall()
1884 index_gte = b_.AddInstruction(HloInstruction::CreateBinary( in HandleCustomCall()
1885 index_offset->shape(), HloOpcode::kAdd, index_gte, index_offset)); in HandleCustomCall()
1886 index_gte->set_sharding(sharding); in HandleCustomCall()
1889 index_gte, partitioned_topk.base_shape().tuple_shapes(1), in HandleCustomCall()