An open API service indexing awesome lists of open source software.

https://github.com/patrickroberts/pytensor

Python bindings for C++ tensor class template based on std::mdspan
https://github.com/patrickroberts/pytensor

Last synced: 9 months ago
JSON representation

Python bindings for C++ tensor class template based on std::mdspan

Awesome Lists containing this project

README

          

# tt

### Installation

```sh
git clone https://github.com/patrickroberts/pytensor.git
pip install pytensor/
python pytensor/examples/tiled.py
```