LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
asdfghjkl.egg-info/PKG-INFO
asdfghjkl.egg-info/SOURCES.txt
asdfghjkl.egg-info/dependency_links.txt
asdfghjkl.egg-info/requires.txt
asdfghjkl.egg-info/top_level.txt
asdl/__init__.py
asdl/core.py
asdl/counter.py
asdl/fisher.py
asdl/grad_maker.py
asdl/gradient.py
asdl/hessian.py
asdl/kernel.py
asdl/matrices.py
asdl/mvp.py
asdl/symmatrix.py
asdl/utils.py
asdl/vector.py
asdl/operations/__init__.py
asdl/operations/batchnorm.py
asdl/operations/bias.py
asdl/operations/conv.py
asdl/operations/embedding.py
asdl/operations/layernorm.py
asdl/operations/linear.py
asdl/operations/operation.py
asdl/operations/scale.py
asdl/precondition/__init__.py
asdl/precondition/curve_ball.py
asdl/precondition/kbfgs.py
asdl/precondition/natural_gradient.py
asdl/precondition/newton.py
asdl/precondition/prec_grad_maker.py
asdl/precondition/psgd.py
asdl/precondition/seng.py
asdl/precondition/shampoo.py
asdl/precondition/smw.py