MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
mygrad/__init__.py
mygrad/_utils.py
mygrad/_version.py
mygrad/computational_graph.py
mygrad/operation_base.py
mygrad/tensor_base.py
mygrad.egg-info/PKG-INFO
mygrad.egg-info/SOURCES.txt
mygrad.egg-info/dependency_links.txt
mygrad.egg-info/requires.txt
mygrad.egg-info/top_level.txt
mygrad/linalg/__init__.py
mygrad/linalg/funcs.py
mygrad/linalg/ops.py
mygrad/math/__init__.py
mygrad/math/_special.py
mygrad/math/nondifferentiable.py
mygrad/math/arithmetic/__init__.py
mygrad/math/arithmetic/funcs.py
mygrad/math/arithmetic/ops.py
mygrad/math/exp_log/__init__.py
mygrad/math/exp_log/funcs.py
mygrad/math/exp_log/ops.py
mygrad/math/hyperbolic_trig/__init__.py
mygrad/math/hyperbolic_trig/funcs.py
mygrad/math/hyperbolic_trig/ops.py
mygrad/math/misc/__init__.py
mygrad/math/misc/funcs.py
mygrad/math/misc/ops.py
mygrad/math/sequential/__init__.py
mygrad/math/sequential/funcs.py
mygrad/math/sequential/ops.py
mygrad/math/trigonometric/__init__.py
mygrad/math/trigonometric/funcs.py
mygrad/math/trigonometric/ops.py
mygrad/nnet/__init__.py
mygrad/nnet/activations.py
mygrad/nnet/losses.py
mygrad/nnet/layers/__init__.py
mygrad/nnet/layers/batchnorm.py
mygrad/nnet/layers/conv.py
mygrad/nnet/layers/gru.py
mygrad/nnet/layers/pooling.py
mygrad/nnet/layers/recurrent.py
mygrad/nnet/layers/utils.py
mygrad/tensor_core_ops/__init__.py
mygrad/tensor_core_ops/indexing.py
mygrad/tensor_creation/__init__.py
mygrad/tensor_creation/funcs.py
mygrad/tensor_manip/__init__.py
mygrad/tensor_manip/array_shape/__init__.py
mygrad/tensor_manip/array_shape/funcs.py
mygrad/tensor_manip/array_shape/ops.py
mygrad/tensor_manip/transpose_like/__init__.py
mygrad/tensor_manip/transpose_like/funcs.py
mygrad/tensor_manip/transpose_like/ops.py
tests/__init__.py
tests/conftest.py
tests/test_tensor_creation.py
tests/test_tensor_manip.py
tests/test_version.py
tests/custom_strategies/__init__.py
tests/linalg/__init__.py
tests/linalg/test_einsum.py
tests/linalg/test_matmul.py
tests/linalg/test_multi_matmul.py
tests/math/__init__.py
tests/math/binary/__init__.py
tests/math/binary/test_binary_funcs.py
tests/math/sequence/__init__.py
tests/math/sequence/test_sequential_funcs.py
tests/math/unary/__init__.py
tests/math/unary/test_abs.py
tests/math/unary/test_arithmetic.py
tests/math/unary/test_cbrt.py
tests/math/unary/test_exp.py
tests/math/unary/test_hyperbolictrig.py
tests/math/unary/test_inversehyperbolictrig.py
tests/math/unary/test_inversetrig.py
tests/math/unary/test_log.py
tests/math/unary/test_nondifferentiable.py
tests/math/unary/test_scipy_mirror.py
tests/math/unary/test_sqrt.py
tests/math/unary/test_trigonometric.py
tests/nnet/__init__.py
tests/nnet/test_batchnorm.py
tests/nnet/test_conv.py
tests/nnet/test_gru.py
tests/nnet/test_hinge.py
tests/nnet/test_margin_ranking.py
tests/nnet/test_maxpool.py
tests/nnet/test_recurrent.py
tests/nnet/test_sliding_window.py
tests/nnet/test_softmax.py
tests/nnet/test_softmaxcrossentropy.py
tests/state_testing/__init__.py
tests/state_testing/simple_graph.py
tests/state_testing/test_state.py
tests/tensor_base/__init__.py
tests/tensor_base/test_broadcast.py
tests/tensor_base/test_chainrule.py
tests/tensor_base/test_op_wrapper.py
tests/tensor_base/test_scalar_only.py
tests/tensor_base/test_tensor.py
tests/tensor_ops/__init__.py
tests/tensor_ops/test_getitem.py
tests/tensor_ops/test_reshape.py
tests/tensor_ops/test_sequence_ops.py
tests/tensor_ops/test_setitem.py
tests/utils/__init__.py
tests/utils/numerical_gradient.py
tests/utils/test_utils.py
tests/wrappers/__init__.py
tests/wrappers/uber.py