Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc85 control_deps_(other.impl()->control_deps_), in Impl()
101 control_deps_(other.impl()->control_deps_), in Impl()
117 control_deps_( in Impl()
121 other.impl()->control_deps_.begin(), in Impl()
122 other.impl()->control_deps_.end()), in Impl()
138 control_deps_(other.impl()->control_deps_), in Impl()
154 control_deps_(other.impl()->control_deps_), in Impl()
169 control_deps_(other.impl()->control_deps_), in Impl()
185 control_deps_(other.impl()->control_deps_), in Impl()
201 control_deps_(other.impl()->control_deps_), in Impl()
[all …]
Dscope_internal.h47 const std::vector<Operation>& control_deps() const { return control_deps_; } in control_deps()
102 const std::vector<Operation> control_deps_; variable