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.cc312 std::vector<std::unique_ptr<HloInstruction>> owned_operands; in EvaluateWithSubstitutions() local
316 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()