Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 624430856
  • Loading branch information
tensorflower-gardener committed Apr 13, 2024
1 parent b2b5b0c commit 136ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/cc/framework/scope.h
Expand Up @@ -125,7 +125,7 @@ class Scope {
/// Return a new scope. All ops created within the returned scope will have as
/// control dependencies the union of operations in the control_deps vector
/// and the control dependencies of the current scope.
Scope WithControlDependencies(gtl::ArraySlice<Operation> control_deps) const;
Scope WithControlDependencies(absl::Span<const Operation> control_deps) const;
/// Same as above, but convenient to add control dependency on the operation
/// producing the control_dep output.
Scope WithControlDependencies(const Output& control_dep) const;
Expand Down

0 comments on commit 136ca79

Please sign in to comment.