Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h361 const HloComputation* reduction_comp);
Dspmd_partitioner_util.cc1736 const HloComputation* reduction_comp) { in ParseReductionComputation() argument
1737 if (reduction_comp->num_parameters() != 2) { in ParseReductionComputation()
1740 auto root = reduction_comp->root_instruction(); in ParseReductionComputation()
1745 reduction_comp->parameter_instruction(0)) || in ParseReductionComputation()
1747 reduction_comp->parameter_instruction(1))) { in ParseReductionComputation()