4 lines
57 B
Python
4 lines
57 B
Python
from jax import jit
|
|
@jit
|
|
def jitable_speciate():
|
|
pass |
from jax import jit
|
|
@jit
|
|
def jitable_speciate():
|
|
pass |