jax.numpy.zeros#
- jax.numpy.zeros(shape, dtype=None)[source]#
Return a new array of given shape and type, filled with zeros.
LAX-backend implementation of
numpy.zeros()
.Original docstring below.
Return a new array of given shape and type, filled with zeros.
LAX-backend implementation of numpy.zeros()
.
Original docstring below.