Merge pull request from marcospgp:patch-1

PiperOrigin-RevId: 360216891
Change-Id: I6b4cd621e50fe4eb65c3d6d049cd0c924745735d
This commit is contained in:
TensorFlower Gardener 2021-03-01 10:16:58 -08:00
commit 27fadcdbde

View File

@ -534,7 +534,8 @@ class Conv2D(Conv):
provide the keyword argument `input_shape`
(tuple of integers or `None`, does not include the sample axis),
e.g. `input_shape=(128, 128, 3)` for 128x128 RGB pictures
in `data_format="channels_last"`.
in `data_format="channels_last"`. You can use `None` when
a dimension has variable size.
Examples: