Home
last modified time | relevance | path

Searched refs:function_input_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.cc91 llvm::StringSet<> function_input_names_set; in HandleInputOutputArraysWithModule() local
92 function_input_names_set.insert(function_input_names.begin(), in HandleInputOutputArraysWithModule()
95 if (function_input_names_set.count(input_array.name()) == 0) { in HandleInputOutputArraysWithModule()