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()
606 for (const auto& operand_and_output_index : in ResolveInconsistencyOfAliasingBuffersHelper() local608 if (operand_and_output_index.second == index) { in ResolveInconsistencyOfAliasingBuffersHelper()609 const HloUse& operand = operand_and_output_index.first; in ResolveInconsistencyOfAliasingBuffersHelper()
1678 for (const auto& operand_and_output_index : in CanShareOperandBufferWithUser() local1680 if (operand_and_output_index.second != user_index) { in CanShareOperandBufferWithUser()1684 if (use == operand_and_output_index.first) { in CanShareOperandBufferWithUser()
1793 for (const auto& operand_and_output_index : in AddCopiesToResolveInterference() local1795 const HloUse& operand = operand_and_output_index.first; in AddCopiesToResolveInterference()