burn-backend 0.20.1

Core backend interfaces and data structures for executing tensor operations in Burn.
Documentation
1
2
3
4
5
6
7
8
//! Traits and helpers for working with element types and conversions.

mod base;

/// Tensor element casting.
pub mod cast;

pub use base::*;