import jax import torch from jax2torch import jax2torch # Jax function @jax.jit def jax_pow(x, y = 2): return x ** y # convert to Torch ...
確定! 回上一頁