Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtopk_rewriter.cc160 HloInstruction* value_gte = in Run() local
168 value_gte = comp->AddInstruction(HloInstruction::CreateTranspose( in Run()
170 value_gte, {1, 0})); in Run()
179 TF_RETURN_IF_ERROR(slice->ReplaceAllUsesWith(value_gte)); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc1696 HloInstruction* value_gte = in HandleSort() local
1705 auto slice_input = SliceFirstK(value_gte, &b_, sort_dim, k.value()); in HandleSort()
1856 HloInstruction* value_gte = in HandleCustomCall() local
1859 value_gte->set_sharding(sharding); in HandleCustomCall()
1862 value_gte, partitioned_topk.base_shape().tuple_shapes(0), in HandleCustomCall()