Skip to content
Snippets Groups Projects
Commit 70d68574 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Underscore submodules {_autodiff,_adjoint_field}

parent a0f9441b
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ import pystencils_autodiff.backends # NOQA ...@@ -4,8 +4,8 @@ import pystencils_autodiff.backends # NOQA
from pystencils_autodiff._field_to_tensors import ( # NOQA from pystencils_autodiff._field_to_tensors import ( # NOQA
tf_constant_from_field, tf_placeholder_from_field, tf_scalar_variable_from_field, tf_constant_from_field, tf_placeholder_from_field, tf_scalar_variable_from_field,
tf_variable_from_field, torch_tensor_from_field) tf_variable_from_field, torch_tensor_from_field)
from pystencils_autodiff.adjoint_field import AdjointField from pystencils_autodiff._adjoint_field import AdjointField
from pystencils_autodiff.autodiff import ( from pystencils_autodiff._autodiff import (
AutoDiffAstPair, AutoDiffOp, create_backward_assignments, get_jacobian_of_assignments) AutoDiffAstPair, AutoDiffOp, create_backward_assignments, get_jacobian_of_assignments)
__all__ = ['backends', __all__ = ['backends',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment