Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Doptimize_global_tensors.cc77 auto it = resource_infos_.find(resource); in IsPotentiallyWritten()
78 if (it == resource_infos_.end()) { in IsPotentiallyWritten()
166 resource_infos_[resource].potentially_written = true; in SetPotentiallyWritten()
174 DenseMap<Value, ResourceInfo> resource_infos_; member in mlir::tf_saved_model::__anon02eb76c40111::ResourceAnalyzer