提交 523f95d1 编写于 作者: R Rick Chao 提交者: TensorFlower Gardener

Add the missing quote in TextVectorization docstring.

PiperOrigin-RevId: 358610102
Change-Id: I0c86858cf82bf9cd81c989309c308507d9016ef5
上级 ef278057
......@@ -113,9 +113,9 @@ class TextVectorization(base_preprocessing_layer.CombinerPreprocessingLayer):
`[["string to split"], ["another string to split"]]`, the Callable will
see `["string to split", "another string to split"]`. The callable should
return a Tensor with the first dimension containing the split tokens -
in this example, we should see something like `[["string", "to", "split],
["another", "string", "to", "split"]]`. This makes the callable site
natively compatible with `tf.strings.split()`.
in this example, we should see something like `[["string", "to",
"split"], ["another", "string", "to", "split"]]`. This makes the callable
site natively compatible with `tf.strings.split()`.
Args:
max_tokens: The maximum size of the vocabulary for this layer. If None,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册