Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632767931
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 35199b1 commit 8235c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/grappler/utils/scc_test.cc
Expand Up @@ -42,7 +42,7 @@ class SCCTest : public ::testing::Test {

protected:
static NodeDef CreateNode(const string& name,
gtl::ArraySlice<string> inputs) {
absl::Span<const string> inputs) {
NodeDef node;
node.set_name(name);
for (const string& input : inputs) {
Expand Down

0 comments on commit 8235c2c

Please sign in to comment.