Searched refs:name_map_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 43 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 …]
|
D | scope_internal.h | 94 std::shared_ptr<NameMap> name_map_ = nullptr; variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | tracing.cc | 32 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()
|
D | tracing.h | 133 static std::map<string, int32>* name_map_; variable
|