LICENSE
README.md
pyproject.toml
ms_tensors.egg-info/PKG-INFO
ms_tensors.egg-info/SOURCES.txt
ms_tensors.egg-info/dependency_links.txt
ms_tensors.egg-info/requires.txt
ms_tensors.egg-info/top_level.txt
tensors/__init__.py
tensors/_typing.py
tensors/casting.py
tensors/creation.py
tensors/dtype.py
tensors/py.typed
tensors/tensor.py
tensors/variable.py
tensors/backend/__init__.py
tensors/backend/numpy.py
tensors/graph/__init__.py
tensors/graph/_weak_registry.py
tensors/graph/computation.py
tensors/graph/derivatives.py
tensors/graph/edge.py
tensors/graph/gradcheck.py
tensors/graph/graph.py
tensors/graph/node.py
tensors/graph/protocols.py
tensors/graph/state.py
tensors/linalg/__init__.py
tensors/linalg/dot.py
tensors/linalg/matmul.py
tensors/linalg/norm.py
tensors/linalg/outer.py
tensors/linalg/transpose.py
tensors/math/__init__.py
tensors/math/_normalization.py
tensors/math/_reduction.py
tensors/math/_unary.py
tensors/math/abs.py
tensors/math/arccos.py
tensors/math/arccosh.py
tensors/math/arcsin.py
tensors/math/arcsinh.py
tensors/math/arctan.py
tensors/math/arctanh.py
tensors/math/arg_extrema.py
tensors/math/binary_cross_entropy.py
tensors/math/clip.py
tensors/math/comparison.py
tensors/math/concat.py
tensors/math/cos.py
tensors/math/cosh.py
tensors/math/cross_entropy.py
tensors/math/elementwise_extrema.py
tensors/math/exp.py
tensors/math/log.py
tensors/math/log_softmax.py
tensors/math/logsumexp.py
tensors/math/max.py
tensors/math/mean.py
tensors/math/min.py
tensors/math/prod.py
tensors/math/relu.py
tensors/math/reshape.py
tensors/math/sigmoid.py
tensors/math/sign.py
tensors/math/sin.py
tensors/math/sinh.py
tensors/math/softmax.py
tensors/math/softplus.py
tensors/math/sqrt.py
tensors/math/stack.py
tensors/math/std.py
tensors/math/sum.py
tensors/math/tan.py
tensors/math/tanh.py
tensors/math/variance.py
tensors/math/where.py
tensors/ops/__init__.py
tensors/ops/_utils.py
tensors/ops/add.py
tensors/ops/cast.py
tensors/ops/div.py
tensors/ops/mul.py
tensors/ops/neg.py
tensors/ops/pow.py
tensors/ops/slice.py
tensors/ops/sub.py
tensors/optim/__init__.py
tensors/optim/adam.py
tensors/optim/optimizer.py
tensors/optim/rmsprop.py
tensors/optim/sgd.py
tensors/utils/__init__.py
tensors/utils/broadcasting.py
tensors/utils/indexing.py
tensors/utils/lists.py
tensors/utils/shape.py
tensors/utils/slicing.py
tests/test_backends.py
tests/test_benchmark_runner.py
tests/test_regression_audit.py