Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/python/
H A Dsaved_model_to_tfl_flatbuffer.cc117 llvm::StringSet<> function_output_names_set; in HandleInputOutputArraysWithModule() local
118 function_output_names_set.insert(function_output_names.begin(), in HandleInputOutputArraysWithModule()
121 if (function_output_names_set.count(output_array) == 0) { in HandleInputOutputArraysWithModule()