Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc253 for (auto extra_operand : extra_operands) in OutlineWhile() local
254 new_types.push_back(extra_operand.getType()); in OutlineWhile()