Docs.rs
sapient-backends-cpu-0.3.1
sapient-backends-cpu 0.3.1
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
SkidGod4444
Dependencies
blas-src ^0.10
normal
optional
cblas-sys ^0.1
normal
optional
half ^2.3
normal
matrixmultiply ^0.3
normal
num-traits ^0.2
normal
parking_lot ^0.12
normal
rayon ^1.8
normal
sapient-core ^0.3.1
normal
sapient-ir ^0.3.1
normal
thiserror ^1.0
normal
tracing ^0.1
normal
approx ^0.5
dev
criterion ^0.5
dev
proptest ^1.4
dev
blas-src ^0.10
normal
optional
Versions
67.44%
of the crate is documented
Platform
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
Skip to main content
sub
sapient_
backends_
cpu
0.3.1
In sapient_
backends_
cpu::
kernels::
elementwise
sapient_backends_cpu
::
kernels
::
elementwise
Function
sub
Copy item path
Source
pub fn sub(a: &
Tensor
, b: &
Tensor
) ->
Result
<
Tensor
>