Docs.rs
burn-tensor-0.6.0
burn-tensor 0.6.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
burn-tensor-testgen ^0.6.0
normal
derive-new ^0.5.9
normal
half ^2
normal
hashbrown ^0.13.2
normal
libm ^0.2.6
normal
num-traits ^0.2.15
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
serde ^1.0.155
normal
rand ^0.8.5
dev
Versions
0%
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
☰
Module module
Functions
?
Module
burn_tensor
::
module
source
·
[
−
]
Functions
conv1d
Applies a
1D convolution
.
conv2d
Applies a
2D convolution
.
embedding
Applies the
embedding module
.
max_pool2d
Applies a
2D max pooling
.
max_pool2d_with_indexes
Applies a
2D max pooling with indexes
.