Searched refs:owned_operands (Results 1 – 1 of 1) sorted by relevance
331 std::vector<std::unique_ptr<HloInstruction>> owned_operands; in EvaluateWithSubstitutions() local335 owned_operands.push_back(operand->Clone()); in EvaluateWithSubstitutions()337 owned_operands.push_back( in EvaluateWithSubstitutions()343 operands.reserve(owned_operands.size()); in EvaluateWithSubstitutions()344 for (auto& operand : owned_operands) { in EvaluateWithSubstitutions()