Searched refs:scope_used_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | scope.cc | 50 scope_used_(nullptr), in Impl() 62 scope_used_(nullptr), in Impl() 89 scope_used_(nullptr), in Impl() 107 scope_used_(other.impl()->scope_used_), in Impl() 125 scope_used_(other.impl()->scope_used_), in Impl() 148 scope_used_(other.impl()->scope_used_), in Impl() 166 scope_used_(new bool(false)), in Impl() 183 scope_used_(other.impl()->scope_used_), in Impl() 201 scope_used_(other.impl()->scope_used_), in Impl() 219 scope_used_(other.impl()->scope_used_), in Impl() [all …]
|
D | scope_internal.h | 91 bool single_use_scope() const { return scope_used_ != nullptr; } in single_use_scope() 105 std::shared_ptr<bool> scope_used_ = nullptr; variable
|