Metadata-Version: 2.4
Name: DepthTensor
Version: 1.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: gpu
Requires-Dist: cupy-cuda12x; extra == "gpu"
Dynamic: license-file

# DepthTensor
This is a NumPy/CuPy wrapper module designed for tensor computations. DepthTensor was created to operate in tandem with another library called Depth, a deep-learning library.

# Functionalities

* NumPy functionalities (N-dimensional array, broadcasting, etc.)

* Auto-differentiation

# Installation

```bash
pip install DepthTensor
```
