Searched refs:control_dep (Results 1 – 6 of 6) sorted by relevance
132 Scope WithControlDependencies(const Output& control_dep) const;
437 Scope Scope::WithControlDependencies(const Output& control_dep) const { in WithControlDependencies()439 std::vector<Operation>(1, control_dep.op()), in WithControlDependencies()
43 bool control_dep = false) { in CreateNode() argument47 if (!control_dep) { in CreateNode()
923 for (const string& control_dep : opts_.control_dependencies) { in AddControlDependencies() local924 string input = TensorId(control_dep, Graph::kControlSlot).ToString(); in AddControlDependencies()
1424 for (Node* control_dep : control_deps) { in TEST()1425 builder = builder.ControlInput(control_dep); in TEST()
2239 auto control_dep = ops::NoOp(s.WithOpName("control_dep") in CreateGrapplerItemWithInterDeviceTransfers() local