Crate burn_core

Crate burn_core 

Source
Expand description

The core crate of Burn.

Re-exports§

pub use serde;

Modules§

config
The configuration module.
datastd
Data module.
module
Module for the neural network module.
prelude
Structs and macros used by most projects. Add use burn::prelude::* to your code to quickly get started with Burn.
record
Module for the recorder.
tensor
Module for the tensor.

Macros§

constant
Constant macro.

Structs§

Tensor
A tensor with a given backend, shape and data type.