burn-std 0.22.0-pre.1

Core types and utilities shared across the Burn ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Traits and helpers for working with element types and conversions.

mod base;
mod scalar;

/// Tensor element casting.
pub mod cast;

pub use base::*;
pub use scalar::*;