import numpy as np >>> import jax.numpy as jnp >>> np.tile(np.array([0, 1, 2]), (1, 1, 2)) array([[[0, 1, 2, 0, 1, ...
確定! 回上一頁