We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899436c commit 6d0ca9eCopy full SHA for 6d0ca9e
deepxde/gradients/gradients_reverse.py
@@ -3,7 +3,8 @@
3
__all__ = ["hessian", "jacobian"]
4
5
from .jacobian import Jacobian, Jacobians
6
-from ..backend import backend_name, bkd, tf, torch, jax, paddle
+from ..backend import backend_name, tf, torch, jax, paddle
7
+from .. import backend as bkd
8
9
10
class JacobianReverse(Jacobian):
0 commit comments