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.cc255 AppendComputation(async_computation); in HloAsyncInstruction()
270 AppendComputation(async_computation); in HloAsyncInstruction()
842 AppendComputation(reduce_computation); in HloAllReduceInstructionBase()
1156 AppendComputation(reduce_computation); in HloReduceInstruction()
1187 AppendComputation(compare);
1336 AppendComputation(map_computation); in HloMapInstruction()
1567 AppendComputation(called_computation); in HloCallableInstruction()
1580 AppendComputation(called_computation); in HloCallableInstruction()
1634 AppendComputation( in CloneAndAppendInstructionIntoCalledComputation()
2547 AppendComputation(reduce_computation); in HloReduceWindowInstruction()
[all …]
Dhlo_instruction.h2185 void AppendComputation(HloComputation* computation) { in AppendComputation() function