Docs.rs
nncombinator-0.9.0
nncombinator 0.9.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
j6k1
Dependencies
cuda-runtime-sys ^0.3.0-alpha.1
normal
libc ^0.2
normal
num-traits ^0.2.14
normal
rayon ^1.5.1
normal
rcublas ^0.6.0
normal
rcublas-sys ^0.5.0
normal
rcudnn ^1.8.0
normal
rcudnn-sys ^0.5.0
normal
csv ^1.1.6
dev
image ^0.24.4
dev
lazy_static ^1.4.0
dev
mnist ^0.5.0
dev
rand ^0.8.5
dev
rand_distr ^0.4.3
dev
rand_xorshift ^0.3.0
dev
statrs ^0.15.0
dev
cc ^1.0.95
build
Versions
87.29%
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
IsNaN
nncombinator
0.9.0
IsNaN
Required Methods
is_nan
Implementations on Foreign Types
f32
f64
Implementors
In nncombinator::
ope
nncombinator
::
ope
Trait
IsNaN
Copy item path
Source
pub trait IsNaN { // Required method fn
is_nan
(&self) ->
bool
; }
Expand description
NaN or not? Trait that returns the
Required Methods
§
Source
fn
is_nan
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IsNaN
for
f32
Source
§
fn
is_nan
(&self) ->
bool
Source
§
impl
IsNaN
for
f64
Source
§
fn
is_nan
(&self) ->
bool
Implementors
§