Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.h120 StatusOr<HloInstruction*> MakeReduceHlo(HloInstruction* operand,
Dscatter_expander.cc211 MakeReduceHlo(valid_index, reduction_init, HloOpcode::kAnd, module)); in CheckIndexValidity()
Dhlo_creation_utils.cc250 StatusOr<HloInstruction*> MakeReduceHlo(HloInstruction* operand, in MakeReduceHlo() function