mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
Correct minor typo in substr docs example (#12991)
This commit is contained in:
parent
1e96d54d9f
commit
4086219a49
|
|
@ -381,7 +381,7 @@ input = b'thirteen'
|
||||||
position = [1, 5, 7]
|
position = [1, 5, 7]
|
||||||
length = [3, 2, 1]
|
length = [3, 2, 1]
|
||||||
|
|
||||||
output = [b'hir', b'ee', b'n"]
|
output = [b'hir', b'ee', b'n']
|
||||||
```
|
```
|
||||||
|
|
||||||
input: Tensor of strings
|
input: Tensor of strings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user