torsh-python 0.1.0-alpha.1

Python bindings for ToRSh - PyTorch-compatible deep learning in Rust
Documentation

Python bindings for ToRSh - PyTorch-compatible deep learning in Rust

This crate provides Python bindings for the ToRSh deep learning framework, enabling PyTorch-compatible APIs to be used from Python.

Modular Structure

The crate is organized into focused modules:

  • tensor - Tensor operations and creation functions
  • nn - Neural network layers and containers
  • optim - Optimization algorithms
  • device - Device management and utilities
  • dtype - Data type definitions and conversions
  • error - Error handling and conversions
  • utils - Common utilities and helpers