Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc45 scope_used_(nullptr), in Impl()
57 scope_used_(nullptr), in Impl()
84 scope_used_(nullptr), in Impl()
100 scope_used_(other.impl()->scope_used_), in Impl()
116 scope_used_(other.impl()->scope_used_), in Impl()
137 scope_used_(other.impl()->scope_used_), in Impl()
153 scope_used_(new bool(false)), in Impl()
168 scope_used_(other.impl()->scope_used_), in Impl()
184 scope_used_(other.impl()->scope_used_), in Impl()
200 scope_used_(other.impl()->scope_used_), in Impl()
[all …]
Dscope_internal.h86 bool single_use_scope() const { return scope_used_ != nullptr; } in single_use_scope()
100 std::shared_ptr<bool> scope_used_ = nullptr; variable