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 ef4efd9 commit 0f1d27dCopy full SHA for 0f1d27d
deepxde/gradients/gradients_reverse.py
@@ -3,8 +3,8 @@
3
__all__ = ["hessian", "jacobian"]
4
5
from .jacobian import Jacobian, Jacobians
6
-from ..backend import backend_name, tf, torch, jax, paddle
7
from .. import backend as bkd
+from ..backend import backend_name, tf, torch, jax, paddle
8
9
10
class JacobianReverse(Jacobian):
0 commit comments