Searched refs:owned_operands (Results 1 – 1 of 1) sorted by relevance
312 std::vector<std::unique_ptr<HloInstruction>> owned_operands; in EvaluateWithSubstitutions() local316 owned_operands.push_back(operand->Clone()); in EvaluateWithSubstitutions()318 owned_operands.push_back( in EvaluateWithSubstitutions()324 operands.reserve(owned_operands.size()); in EvaluateWithSubstitutions()325 for (auto& operand : owned_operands) { in EvaluateWithSubstitutions()