Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander.cc215 return MakeBroadcastHlo(valid_index_reduced, {}, window_sizes); in CheckIndexValidity()
233 MakeBroadcastHlo(induction_var, /*broadcast_dimensions=*/{}, in ScatterLoopBody()
Dhlo_creation_utils.h91 HloInstruction* MakeBroadcastHlo(HloInstruction* operand,
Dhlo_creation_utils.cc176 HloInstruction* MakeBroadcastHlo(HloInstruction* operand, in MakeBroadcastHlo() function
442 return MakeBroadcastHlo(zero, /*broadcast_dimensions=*/{}, in BroadcastZeros()
Dgather_expander.cc165 MakeBroadcastHlo(induction_var, /*broadcast_dimensions=*/{}, in GatherLoopBody()