Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626875076
  • Loading branch information
tensorflower-gardener committed Apr 22, 2024
1 parent 8139894 commit e1f0a41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
namespace tensorflow {
namespace example {

string ExampleName(const gtl::ArraySlice<tstring> example_names, int n) {
string ExampleName(const absl::Span<const tstring> example_names, int n) {
return example_names.empty() ? "<unknown>" : example_names[n];
}

Expand Down

0 comments on commit e1f0a41

Please sign in to comment.