Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc673 AppendComputation(reduce_computation); in HloAllReduceInstruction()
910 AppendComputation(reduce_computation); in HloReduceInstruction()
955 AppendComputation(compare);
1147 AppendComputation(map_computation); in HloMapInstruction()
1386 AppendComputation(fusion_computation); in HloFusionInstruction()
1659 AppendComputation( in CloneAndFuseInternal()
2248 AppendComputation(reduce_computation); in HloReduceWindowInstruction()
2298 AppendComputation(select); in HloSelectAndScatterInstruction()
2299 AppendComputation(scatter); in HloSelectAndScatterInstruction()
2369 AppendComputation(to_apply); in HloCustomCallInstruction()
[all …]
Dhlo_instruction.h1964 void AppendComputation(HloComputation* computation) { in AppendComputation() function