Searched refs:operand_and_output_index (Results 1 – 4 of 4) sorted by relevance
317 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedBuffers() local319 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() local334 if (use == operand_and_output_index.first) { in ComputeInPlaceOperationAliasedBuffers()336 use.instruction, operand_and_output_index.second); in ComputeInPlaceOperationAliasedBuffers()
611 for (const auto& operand_and_output_index : in ResolveInconsistencyOfAliasingBuffersHelper() local613 if (operand_and_output_index.second == index) { in ResolveInconsistencyOfAliasingBuffersHelper()614 const HloUse& operand = operand_and_output_index.first; in ResolveInconsistencyOfAliasingBuffersHelper()
1281 for (const auto& operand_and_output_index : in CanShareOperandBufferWithUser() local1283 if (operand_and_output_index.second != user_index) { in CanShareOperandBufferWithUser()1287 if (use == operand_and_output_index.first) { in CanShareOperandBufferWithUser()
1026 for (const auto& operand_and_output_index : in AddCopiesToResolveInterference() local1028 const HloUse& operand = operand_and_output_index.first; in AddCopiesToResolveInterference()