Docs.rs
rstsr-core-0.5.1
rstsr-core 0.5.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ajz34
Dependencies
derive_builder ^0.20
normal
duplicate ^2.0
normal
faer ^0.22
normal
optional
faer-ext ^0.6
normal
optional
half ^2.4
normal
itertools ^0.13
normal
num ^0.4
normal
rayon ^1.10
normal
optional
rstsr-common ^0.5.1
normal
rstsr-dtype-traits ^0.5.1
normal
rstsr-native-impl ^0.5.1
normal
approx ^0.5
dev
cpu-time ^1.0
dev
criterion ^0.5
dev
itertools ^0.13
dev
ndarray ^0.15
dev
rand ^0.8
dev
Versions
10.05%
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
Module TensorCopyPolicy
rstsr_
core
0.5.1
Module Tensor
Copy
Policy
Module Items
Constants
Type Aliases
In rstsr_
core::
prelude_
dev
rstsr_core
::
prelude_dev
Module
Tensor
Copy
Policy
Copy item path
Source
Expand description
The policy of copying tensor.
Constants
§
COPY_
DEFAULT
COPY_
FALSE
Force not copy; and when copy is required, it will emit error
COPY_
NEEDED
Copy when needed
COPY_
TRUE
Force copy
Type Aliases
§
Flag
Copy