Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc158 bool passthru_extra_args) { in OutlineWhile() argument
160 if (passthru_extra_args) { in OutlineWhile()
190 if (passthru_extra_args) { in OutlineWhile()
221 bool passthru_extra_args) { in OutlineWhile() argument
222 auto func = create_outline_func(name, region, passthru_extra_args); in OutlineWhile()