Docs.rs
nncombinator-0.4.0
nncombinator 0.4.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
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.73
build
Versions
0%
of the crate is documented
Go to latest version
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
☰
AsVoidPtr
Required Methods
as_void_ptr
Implementations on Foreign Types
f32
f64
i32
i64
u32
u64
usize
Implementors
In nncombinator::cuda
?
Trait
nncombinator
::
cuda
::
AsVoidPtr
source
·
[
−
]
pub trait AsVoidPtr { fn
as_void_ptr
(&self) ->
*const
c_void
; }
Required Methods
source
fn
as_void_ptr
(&self) ->
*const
c_void
Implementations on Foreign Types
source
impl
AsVoidPtr
for
i32
source
fn
as_void_ptr
(&self) ->
*const
c_void
source
impl
AsVoidPtr
for
u32
source
fn
as_void_ptr
(&self) ->
*const
c_void
source
impl
AsVoidPtr
for
i64
source
fn
as_void_ptr
(&self) ->
*const
c_void
source
impl
AsVoidPtr
for
u64
source
fn
as_void_ptr
(&self) ->
*const
c_void
source
impl
AsVoidPtr
for
usize
source
fn
as_void_ptr
(&self) ->
*const
c_void
source
impl
AsVoidPtr
for
f32
source
fn
as_void_ptr
(&self) ->
*const
c_void
source
impl
AsVoidPtr
for
f64
source
fn
as_void_ptr
(&self) ->
*const
c_void
Implementors
source
impl<T>
AsVoidPtr
for
CudaHostPtr
<T>
source
impl<T>
AsVoidPtr
for
CudaMemoryPoolPtr
<T>
source
impl<T>
AsVoidPtr
for
CudaPtr
<T>
source
impl<U, T>
AsVoidPtr
for
CachedTensor
<U, T>
where
U:
Debug
+
Default
,
T:
AsRawSlice
<U>,