Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis.cc317 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedBuffers() local
319 if (position.index == operand_and_output_index.second) { in ComputeInPlaceOperationAliasedBuffers()
320 const HloUse& operand = operand_and_output_index.first; in ComputeInPlaceOperationAliasedBuffers()
332 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedBuffers() local
334 if (use == operand_and_output_index.first) { in ComputeInPlaceOperationAliasedBuffers()
336 use.instruction, operand_and_output_index.second); in ComputeInPlaceOperationAliasedBuffers()
Dbfloat16_propagation.cc611 for (const auto& operand_and_output_index : in ResolveInconsistencyOfAliasingBuffersHelper() local
613 if (operand_and_output_index.second == index) { in ResolveInconsistencyOfAliasingBuffersHelper()
614 const HloUse& operand = operand_and_output_index.first; in ResolveInconsistencyOfAliasingBuffersHelper()
Dhlo_dataflow_analysis.cc1281 for (const auto& operand_and_output_index : in CanShareOperandBufferWithUser() local
1283 if (operand_and_output_index.second != user_index) { in CanShareOperandBufferWithUser()
1287 if (use == operand_and_output_index.first) { in CanShareOperandBufferWithUser()
Dcopy_insertion.cc1026 for (const auto& operand_and_output_index : in AddCopiesToResolveInterference() local
1028 const HloUse& operand = operand_and_output_index.first; in AddCopiesToResolveInterference()