acme icon indicating copy to clipboard operation
acme copied to clipboard

rewritten jnp.squeeze(self._value_layer(inputs), axis=-1)

Open skywalker0803r opened this issue 2 years ago • 1 comments
trafficstars

jnp.squeeze(self._value_layer(inputs), axis=-1) can be rewritten as self._value_layer(inputs)[..., 0] to make the code look more concise.

skywalker0803r avatar Apr 06 '23 07:04 skywalker0803r

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.

google-cla[bot] avatar Apr 06 '23 07:04 google-cla[bot]