Docs.rs
  • burn-tensor-0.11.1
    • burn-tensor 0.11.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nathanielsimard
    • Dependencies
      • burn-common ^0.11.1 normal
      • burn-tensor-testgen ^0.11.1 normal
      • derive-new ^0.5.9 normal
      • half ^2.3.1 normal
      • hashbrown ^0.14.2 normal
      • libm ^0.2.8 normal
      • num-traits ^0.2.17 normal
      • rand ^0.8.5 normal
      • rand_distr ^0.4.3 normal
      • serde ^1.0.192 normal
      • rand ^0.8.5 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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_tensor0.11.1

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Bool
  • Data
  • DataSerialize
  • DimIter
  • DistributionSampler
  • Float
  • Int
  • PrintOptions
  • Shape
  • T
  • Tensor
  • bf16
  • container::TensorContainer
  • f16
  • ops::Conv1dBackward
  • ops::Conv2dBackward
  • ops::ConvOptions
  • ops::ConvTransposeOptions
  • ops::MaxPool1dBackward
  • ops::MaxPool1dWithIndices
  • ops::MaxPool2dBackward
  • ops::MaxPool2dWithIndices
  • ops::UnfoldOptions

Enums

  • Distribution
  • DistributionSamplerKind
  • Precision
  • Reader

Traits

  • BasicAutodiffOps
  • BasicOps
  • Element
  • ElementConversion
  • ElementPrecision
  • ElementRandom
  • Numeric
  • ReshapeArgs
  • TensorKind
  • backend::AutodiffBackend
  • backend::Backend
  • ops::ActivationOps
  • ops::BoolTensorOps
  • ops::IntTensorOps
  • ops::ModuleOps
  • ops::TensorOps

Macros

  • check
  • make_element

Functions

  • activation::gelu
  • activation::log_sigmoid
  • activation::log_softmax
  • activation::quiet_softmax
  • activation::relu
  • activation::sigmoid
  • activation::silu
  • activation::softmax
  • activation::tanh
  • loss::cross_entropy_with_logits
  • module::adaptive_avg_pool1d
  • module::adaptive_avg_pool2d
  • module::avg_pool1d
  • module::avg_pool2d
  • module::conv1d
  • module::conv2d
  • module::conv_transpose1d
  • module::conv_transpose2d
  • module::embedding
  • module::max_pool1d
  • module::max_pool1d_with_indices
  • module::max_pool2d
  • module::max_pool2d_with_indices
  • module::unfold4d
  • ops::conv::calculate_conv_output_size
  • ops::conv::calculate_conv_padding
  • ops::conv::calculate_conv_transpose_output_size
  • ops::conv::calculate_pool_output_size
  • set_print_options

Type Aliases

  • Device
  • ops::BoolTensor
  • ops::Device
  • ops::FloatElem
  • ops::FloatTensor
  • ops::FullPrecisionBackend
  • ops::IntElem
  • ops::IntTensor