Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc1936 std::vector<FuncOp> non_entry_functions; in TranslateInternal() local
1946 non_entry_functions.push_back(main_fn); in TranslateInternal()
1957 non_entry_functions.push_back(fn); in TranslateInternal()
1968 for (auto fn : non_entry_functions) { in TranslateInternal()