Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_alias_analysis.cc172 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedValues() local
174 if (position.index == operand_and_output_index.second) { in ComputeInPlaceOperationAliasedValues()
175 const HloOperandIndex& operand_index = operand_and_output_index.first; in ComputeInPlaceOperationAliasedValues()
186 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedValues() local
188 const HloOperandIndex& operand_index = operand_and_output_index.first; in ComputeInPlaceOperationAliasedValues()
192 use.instruction, operand_and_output_index.second); in ComputeInPlaceOperationAliasedValues()
H A Dbfloat16_propagation.cc601 for (const auto& operand_and_output_index : in ResolveInconsistencyOfAliasingBuffersHelper() local
603 if (operand_and_output_index.second == index) { in ResolveInconsistencyOfAliasingBuffersHelper()
605 operand_and_output_index.first; in ResolveInconsistencyOfAliasingBuffersHelper()
H A Dcopy_insertion.cc873 operand_and_output_index) { in ForceRuntimeOrder() argument
875 instr->operand(operand_and_output_index.first.operand_number); in ForceRuntimeOrder()
1832 for (const auto& operand_and_output_index : in AddCopiesToResolveInterference() local
1834 const HloOperandIndex& operand_index = operand_and_output_index.first; in AddCopiesToResolveInterference()
H A Dhlo_dataflow_analysis.cc1874 for (const auto& operand_and_output_index : in CanShareOperandBufferWithUser() local
1876 if (operand_and_output_index.second != user_index) { in CanShareOperandBufferWithUser()
1881 if (use == HloUse{user, operand_and_output_index.first.operand_number, in CanShareOperandBufferWithUser()
1882 operand_and_output_index.first.operand_index}) { in CanShareOperandBufferWithUser()