Docs.rs
ndrs-0.5.0
ndrs 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
akkaze
Dependencies
anyhow ^1.0
normal
bytemuck ^1.14
normal
ctor ^0.2
normal
cudarc ^0.19.4
normal
env_logger ^0.11
normal
log ^0.4
normal
npyz ^0.9
normal
num_cpus ^1.16
normal
once_cell ^1.19
normal
parking_lot ^0.12
normal
regex ^1.12.3
normal
tempfile ^3
normal
thiserror ^1.0
normal
threadpool ^1.8
normal
cc ^1.0
build
cudaforge ^0.1
build
find_cuda_helper ^0.2.0
build
vcvars ^0.1.6
build
walkdir ^2
build
Versions
12.82%
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
Module tensor
ndrs
0.5.0
Module tensor
Module Items
Structs
Functions
In crate ndrs
ndrs
Module
tensor
Copy item path
Source
Structs
§
ArcTensor
原子引用计数(线程安全)张量句柄。
RcTensor
引用计数(非线程安全)张量句柄。
Tensor
Functions
§
load_
npy
Load a Tensor from a .npy file.
save_
npy
Save a Tensor to a .npy file. The tensor must be on CPU and contiguous.