Docs.rs
dfdx-0.13.0
dfdx 0.13.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
coreylowman
Dependencies
cudarc ^0.9.13
normal
gemm ^0.15.4
normal
half ^2.3.1
normal
libm ^0.2.7
normal
memmap2 ^0.5
normal
no-std-compat ^0.4.1
normal
num-traits ^0.2.15
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
rayon ^1.7.0
normal
safetensors ^0.3
normal
spin ^0.9.8
normal
zip ^0.6.6
normal
indicatif ^0.17.3
dev
mnist ^0.5.0
dev
tempfile ^3.3.0
dev
glob ^0.3.1
build
Versions
60.38%
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
☰
HasUnitType
Required Associated Types
Unit
Implementors
In dfdx::dtypes
?
Trait
dfdx
::
dtypes
::
HasUnitType
source
·
[
−
]
pub trait HasUnitType { type
Unit
:
Unit
; }
Expand description
Represents something that has a
Unit
.
Required Associated Types
§
source
type
Unit
:
Unit
Implementors
§
source
§
impl<S:
Shape
, E:
Unit
, D:
Storage
<E>, T>
HasUnitType
for
Tensor
<S, E, D, T>
§
type
Unit
= E