Docs.rs
candle-core-temp-0.3.0
candle-core-temp 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
xiaoyuz
Dependencies
accelerate-src ^0.3.2
normal
optional
byteorder ^1.4.3
normal
candle-kernels ^0.3.0
normal
optional
cudarc ^0.9.14
normal
optional
gemm ^0.16.6
normal
half ^2.3.1
normal
intel-mkl-src ^0.8.1
normal
optional
libc ^0.2.147
normal
optional
memmap2 ^0.7.1
normal
num-traits ^0.2.15
normal
num_cpus ^1.15.0
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
rayon ^1.7.0
normal
safetensors ^0.3.1
normal
thiserror ^1
normal
yoke ^0.7.2
normal
zip ^0.6.6
normal
anyhow ^1
dev
clap ^4.2.4
dev
Versions
10.76%
of the crate is documented
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
candle_
core_
temp
0.3.0
Module
Required Methods
forward
Implementors
In crate candle_
core_
temp
candle_core_temp
Trait
Module
Copy item path
Source
pub trait Module { // Required method fn
forward
(&self, xs: &
Tensor
) ->
Result
<
Tensor
>; }
Required Methods
§
Source
fn
forward
(&self, xs: &
Tensor
) ->
Result
<
Tensor
>
Implementors
§
Source
§
impl
Module
for
QMatMul
Source
§
impl<T:
Fn
(&
Tensor
) ->
Result
<
Tensor
>>
Module
for T