Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc43 name_map_(name_map), in Impl()
55 name_map_(name_map), in Impl()
81 name_map_(copy_names ? other.impl()->name_map_ in Impl()
98 name_map_(other.impl()->name_map_), in Impl()
114 name_map_(other.impl()->name_map_), in Impl()
135 name_map_(other.impl()->name_map_), in Impl()
151 name_map_(other.impl()->name_map_), in Impl()
166 name_map_(other.impl()->name_map_), in Impl()
182 name_map_(other.impl()->name_map_), in Impl()
198 name_map_(other.impl()->name_map_), in Impl()
[all …]
Dscope_internal.h94 std::shared_ptr<NameMap> name_map_ = nullptr; variable
/external/tensorflow/tensorflow/core/platform/
Dtracing.cc32 std::map<string, int32>* Tracing::name_map_ = new std::map<string, int32>; member in tensorflow::port::Tracing
67 auto it = name_map_->find(name); in ParseEventMask()
69 if (it == name_map_->end()) { in ParseEventMask()
Dtracing.h133 static std::map<string, int32>* name_map_; variable