Searched refs:name_map_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 48 name_map_(name_map), in Impl() 60 name_map_(name_map), in Impl() 86 name_map_(copy_names ? other.impl()->name_map_ in Impl() 105 name_map_(other.impl()->name_map_), in Impl() 123 name_map_(other.impl()->name_map_), in Impl() 146 name_map_(other.impl()->name_map_), in Impl() 164 name_map_(other.impl()->name_map_), in Impl() 181 name_map_(other.impl()->name_map_), in Impl() 199 name_map_(other.impl()->name_map_), in Impl() 217 name_map_(other.impl()->name_map_), in Impl() [all …]
|
D | scope_internal.h | 99 std::shared_ptr<NameMap> name_map_ = nullptr; variable
|
/external/tensorflow/tensorflow/stream_executor/ |
D | multi_platform_manager.cc | 86 absl::flat_hash_map<std::string, Platform*> name_map_ TF_GUARDED_BY(mu_); 94 if (name_map_.find(key) != name_map_.end()) { in RegisterPlatform() 106 name_map_[key] = platform.release(); in RegisterPlatform() 184 CHECK(name_map_.empty()); in RegisterListener() 194 CHECK_EQ(id_map_.size(), name_map_.size()); in PlatformsWithFilter() 212 CHECK_EQ(id_map_.size(), name_map_.size()); in InitializedPlatformNamesWithFilter() 228 auto it = name_map_.find(absl::AsciiStrToLower(target)); in LookupByNameLocked() 229 if (it == name_map_.end()) { in LookupByNameLocked()
|