Docs.rs
ha-ndarray-0.1.0
ha-ndarray 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
haydnv
Dependencies
async-trait ^0.1
normal
destream ^0.7
normal
freqfs ~0.8.1
normal
futures ^0.3
normal
get-size ^0.1
normal
num_cpus ^1.15
normal
ocl ^0.19
normal
rand ^0.8
normal
rayon ^1.7
normal
transpose ^0.2
normal
pkg-config ^0.3
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
☰
BufferInstance
Required Associated Types
DType
Implementations on Foreign Types
Arc<Buffer<T>>
Arc<RwLock<Buffer<T>>>
Arc<RwLock<Vec<T>>>
Arc<Vec<T>>
Box<B>
Vec<T>
Implementors
In ha_ndarray
?
Trait
ha_ndarray
::
BufferInstance
source
·
[
−
]
pub trait BufferInstance:
Send
+
Sync
{ type
DType
:
CDatatype
; }
Required Associated Types
§
source
type
DType
:
CDatatype
Implementations on Foreign Types
§
source
§
impl<T:
CDatatype
>
BufferInstance
for
Arc
<
Buffer
<T>>
§
type
DType
= T
source
§
impl<T:
CDatatype
>
BufferInstance
for
Arc
<
RwLock
<
Vec
<T>>>
§
type
DType
= T
source
§
impl<B:
BufferInstance
+ ?
Sized
>
BufferInstance
for
Box
<B>
§
type
DType
= <B as
BufferInstance
>::
DType
source
§
impl<T:
CDatatype
>
BufferInstance
for
Arc
<
RwLock
<
Buffer
<T>>>
§
type
DType
= T
source
§
impl<T:
CDatatype
>
BufferInstance
for
Vec
<T>
§
type
DType
= T
source
§
impl<T:
CDatatype
>
BufferInstance
for
Arc
<
Vec
<T>>
§
type
DType
= T
Implementors
§
source
§
impl<T:
CDatatype
>
BufferInstance
for
Buffer
<T>
§
type
DType
= T