blob: 6c7e23f79e07e390ef97b5c3e3d1e7a04652f6c0 [file] [log] [blame]
from torch._functorch.eager_transforms import (
grad_and_value,
vjp,
jvp,
jacrev,
jacfwd,
hessian,
functionalize,
linearize
)
from torch._functorch.apis import grad
from torch._functorch.functional_call import functional_call, stack_module_state
from torch._functorch.batch_norm_replacement import replace_all_batch_norm_modules_
from torch._functorch.vmap import vmap