-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule PhiML
updated
25 files
+1 −1 | phiml/VERSION | |
+10 −9 | phiml/_troubleshoot.py | |
+4 −2 | phiml/backend/_backend.py | |
+3 −0 | phiml/backend/_numpy_backend.py | |
+3 −0 | phiml/backend/_object.py | |
+3 −0 | phiml/backend/jax/_jax_backend.py | |
+3 −3 | phiml/backend/jax/stax_nets.py | |
+56 −43 | phiml/backend/tensorflow/_tf_backend.py | |
+21 −12 | phiml/backend/tensorflow/nets.py | |
+3 −0 | phiml/backend/torch/_torch_backend.py | |
+3 −3 | phiml/backend/torch/nets.py | |
+2 −1 | phiml/math/__init__.py | |
+3 −2 | phiml/math/_functional.py | |
+84 −3 | phiml/math/_magic_ops.py | |
+93 −32 | phiml/math/_ops.py | |
+2 −2 | phiml/math/_optimize.py | |
+1 −1 | phiml/math/_shape.py | |
+69 −71 | phiml/math/_sparse.py | |
+53 −78 | phiml/math/_tensors.py | |
+33 −10 | phiml/math/_trace.py | |
+3 −3 | phiml/math/extrapolation.py | |
+3 −5 | phiml/nn.py | |
+16 −8 | tests/commit/math/test__ops.py | |
+3 −2 | tests/commit/math/test__sparse.py | |
+0 −3 | tests/commit/math/test__trace.py |