Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.h235 HloInstruction* collective_permute_done);
Dhlo_dataflow_analysis.cc754 HloInstruction* collective_permute_done) { in UpdateCollectivePermuteDoneValueSet() argument
755 CHECK_EQ(collective_permute_done->opcode(), in UpdateCollectivePermuteDoneValueSet()
760 GetValueSet(collective_permute_done->operand(0), {1}); in UpdateCollectivePermuteDoneValueSet()
761 HloValueSet& value_set = GetValueSet(collective_permute_done); in UpdateCollectivePermuteDoneValueSet()