Merge pull request #21 from brandonwillard/jax-linker
Introduce a JAX Linker class
正在显示
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| flake8 | flake8 | ||
| pep8 | pep8 | ||
| pyflakes | pyflakes | ||
| black==20.8b1 | black==20.8b1; platform.python_implementation!='PyPy' | ||
| pytest-cov>=2.6.1 | pytest-cov>=2.6.1 | ||
| coverage>=5.1 | coverage>=5.1 | ||
| pytest | pytest | ||
| ... | @@ -10,3 +10,5 @@ coveralls | ... | @@ -10,3 +10,5 @@ coveralls |
| cython | cython | ||
| sympy | sympy | ||
| versioneer | versioneer | ||
| jax; python_version > '3.6' | |||
| jaxlib; python_version > '3.6' |
tests/sandbox/test_jax.py
0 → 100644
theano/sandbox/jax_linker.py
0 → 100644
theano/sandbox/jaxify.py
0 → 100644
请
注册
或者
登录
后发表评论