Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc1779 std::vector<FuncOp> non_entry_functions; in TranslateInternal() local
1789 non_entry_functions.push_back(main_fn); in TranslateInternal()
1800 non_entry_functions.push_back(fn); in TranslateInternal()
1811 for (auto fn : non_entry_functions) { in TranslateInternal()