Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc331 std::vector<std::unique_ptr<HloInstruction>> owned_operands; in EvaluateWithSubstitutions() local
335 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()