Merge pull request from gqqnbig:gqqnbig-patch-1

PiperOrigin-RevId: 348455513
Change-Id: I831fb7c9b27b429a4c7075d33192feace3b45c0d
This commit is contained in:
TensorFlower Gardener 2020-12-21 06:09:47 -08:00
commit 3bff60dca8

View File

@ -924,6 +924,7 @@ class Layer(module.Module, version_utils.LayerVersionSelector):
for `inputs` by the previous layer (if `input` did come from
a layer that generated a corresponding mask, i.e. if it came from
a Keras layer with masking support.
- If the layer is not built, the method will call `build`.
Raises:
ValueError: if the layer's `call` method returns None (an invalid value).