Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.h151 StatusOr<HloInstruction*> MakeReduceHlo(HloInstruction* operand,
156 StatusOr<HloInstruction*> MakeReduceHlo(HloInstruction* operand,
Dscatter_expander.cc211 MakeReduceHlo(valid_index, reduction_init, HloOpcode::kAnd, module)); in CheckIndexValidity()
Dhlo_creation_utils.cc322 StatusOr<HloInstruction*> MakeReduceHlo(HloInstruction* operand, in MakeReduceHlo() function
347 StatusOr<HloInstruction*> MakeReduceHlo(HloInstruction* operand, in MakeReduceHlo() function
Dalgebraic_simplifier.cc4756 MakeReduceHlo(new_dot, init_value, reduce_dims, HloOpcode::kAdd)); in HandleReduce()