Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc834 auto source_halo_slice = hlo; in ExchangeHalo() local
840 source_halo_slice = b->AddInstruction(HloInstruction::CreateSlice( in ExchangeHalo()
846 b, source_halo_slice, source_target_pairs, (*next_channel_id)++); in ExchangeHalo()
868 HloInstruction* source_halo_slice = hlo; in ExchangeHalo() local
873 source_halo_slice = b->AddInstruction(HloInstruction::CreateSlice( in ExchangeHalo()
879 b, source_halo_slice, source_target_pairs, (*next_channel_id)++); in ExchangeHalo()