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
- Host: GitHub
- URL: https://github.com/patrickroberts/pytensor
- Owner: patrickroberts
- Created: 2024-09-01T03:12:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T05:48:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T17:57:41.604Z (about 1 year ago)
- Language: C++
- Size: 55.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```