Docs.rs
  • burn-core-0.17.1
    • burn-core 0.17.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nathanielsimard
    • Dependencies
      • ahash ^0.8.11 normal
      • bincode ^2.0.1 normal
      • burn-common ^0.17.1 normal
      • burn-cuda ^0.17.1 normal optional
      • burn-dataset ^0.17.1 normal optional
      • burn-derive ^0.17.1 normal
      • burn-remote ^0.17.1 normal optional
      • burn-rocm ^0.17.1 normal optional
      • burn-router ^0.17.1 normal optional
      • burn-tch ^0.17.1 normal optional
      • burn-tensor ^0.17.1 normal
      • burn-wgpu ^0.17.1 normal optional
      • data-encoding ^2.9.0 normal
      • derive-new ^0.7.0 normal
      • flate2 ^1.1.0 normal optional
      • half ^2.6.0 normal
      • hashbrown ^0.15.2 normal
      • log ^0.4.27 normal optional
      • num-traits ^0.2.19 normal
      • rand ^0.9.1 normal
      • regex ^1.11.1 normal optional
      • rmp-serde ^1.3.0 normal optional
      • serde ^1.0.218 normal
      • serde_json ^1.0.140 normal
      • spin ^0.10.0 normal
      • thiserror ^2.0.11 normal optional
      • uuid ^1.16.0 normal
      • burn-autodiff ^0.17.1 dev
      • burn-dataset ^0.17.1 dev
      • burn-ndarray ^0.17.1 dev
      • portable-atomic-util ^0.2.4 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

burn_core0.17.1

Module module

Module Items

  • Functions

In burn_core::tensor

burn_core::tensor

Module module

Source
Expand description

The burn module.

Functionsยง

adaptive_avg_pool1d
Applies a 1D adaptive avg pooling.
adaptive_avg_pool2d
Applies a 2D adaptive avg pooling.
avg_pool1d
Applies a 1D avg pooling.
avg_pool2d
Applies a 2D avg pooling.
conv1d
Applies a 1D convolution.
conv2d
Applies a 2D convolution.
conv3d
Applies a 3D convolution.
conv_transpose1d
Applies a 1D transposed convolution.
conv_transpose2d
Applies a 2D transposed convolution.
conv_transpose3d
Applies a 3D transposed convolution](crate::ops::ModuleOps::conv_transpose3d).
deform_conv2d
Applies a Deformable 2D convolution.
embedding
Applies the embedding module.
interpolate
Applies a 2D interpolation.
max_pool1d
Applies a 1D max pooling.
max_pool1d_with_indices
Applies a 1D max pooling.
max_pool2d
Applies a 2D max pooling.
max_pool2d_with_indices
Applies a 2D max pooling with indices.
unfold4d
Applies a 4D to 3D unfold.