Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc3724 llvm::DenseSet<llvm::StringRef> exported_name_set; in ConvertSignatures() local
3725 exported_name_set.insert(exported_names_.begin(), exported_names_.end()); in ConvertSignatures()
3737 if (!exported_name_set.empty() && in ConvertSignatures()
3738 exported_name_set.count(sig_def_key) == 0) { in ConvertSignatures()