Closed rameshdange5191 closed 2 days ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.11%. Comparing base (
4895458
) to head (4415772
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
The documentation for the base class for recurrent layers (class
RNN
exported askeras.layers.RNN
) incorrectly mentioned the call argumentsequences
asinputs
. This PR corrects the argument's name in the documentation and updates the argument's description to align more closely with similar arguments in similar layers.