Searched defs:control_deps (Results 1 – 9 of 9) sorted by relevance
100 const absl::optional<NodeSeqMatcher>& control_deps() const { in control_deps() function131 void set_control_deps(NodeSeqMatcher control_deps) { in set_control_deps()224 impl::NodeMatcherProperties CtrlDeps(Ts... control_deps) { in CtrlDeps()
149 const std::vector<const Edge*>& control_deps) in ConstantCache()174 std::vector<const Edge*> control_deps, Output* size) { in ComputeSliceSize()
176 std::vector<const Node*> control_deps; in MatchAndExplain() local461 impl::NodeMatcherProperties impl::CtrlDeps( in CtrlDeps()
275 std::vector<string> control_deps; in PostprocessControlEdgesBetweenOutsideCompilations() local
290 gtl::FlatSet<Node*>& control_deps = (*constant_control_deps)[n]; in ConsiderConstantFoldableNode() local469 const Tensor& constant, const gtl::FlatSet<Node*>& control_deps, in ReplaceTensorWithConstant()646 const gtl::FlatSet<Node*>& control_deps = in ConstantFold() local
48 const std::vector<Operation>& control_deps() const { return control_deps_; } in control_deps() function
120 std::vector<Operation> control_deps, bool clear_control_deps) in Impl()298 const std::vector<Operation>& Scope::control_deps() const { in control_deps() function in tensorflow::Scope
257 absl::flat_hash_set<string> control_deps; member554 absl::flat_hash_set<string>* control_deps) { in PushDownConstInputs()815 absl::flat_hash_set<string> control_deps; in SpecializeFunction() local
2252 const std::vector<tensorflow::Operation>& control_deps, in CopyGraph()