File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ class InputLayer(base_layer.Layer):
8888 will use the `tf.TypeSpec` of this tensor rather
8989 than creating a new placeholder tensor.
9090 sparse: Boolean, whether the placeholder created is meant to be sparse.
91- Default to `False`.
91+ Defaults to `False`.
9292 ragged: Boolean, whether the placeholder created is meant to be ragged.
9393 In this case, values of `None` in the `shape` argument represent
9494 ragged dimensions. For more information about `tf.RaggedTensor`, see
9595 [this guide](https://www.tensorflow.org/guide/ragged_tensor).
96- Default to `False`.
96+ Defaults to `False`.
9797 type_spec: A `tf.TypeSpec` object to create Input from. This
9898 `tf.TypeSpec` represents the entire batch. When provided, all other
9999 args except name must be `None`.
You can’t perform that action at this time.
0 commit comments