Docs.rs
web-rwkv-0.10.17
web-rwkv 0.10.17
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cryscan
Dependencies
ahash ^0.8
normal
bytemuck ^1.24
normal
derive-getters ^0.5
normal
document-features ^0.2.8
normal
embed-doc-image ^0.1.4
normal
flume ^0.11
normal
futures ^0.3
normal
gpp ^0.6.2
normal
half ^2.7
normal
instant ^0.1
normal
itertools ^0.14
normal
log ^0.4
normal
regex ^1.12
normal
rustc-hash ^2.1
normal
safetensors ^0.6
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0
normal
serde_variant ^0.1.3
normal
statrs ^0.18.0
normal
thiserror ^2.0
normal
tokio ^1.48
normal
optional
tracing ^0.1.40
normal
optional
tracing-subscriber ^0.3.20
normal
optional
tracing-tracy ^0.11.4
normal
optional
trait-variant ^0.1
normal
uid ^0.1
normal
wasm-bindgen ^0.2
normal
web-rwkv-derive ^0.10
normal
wgpu ^27.0
normal
anyhow ^1.0
dev
cbor4ii ^1.1
dev
clap ^4.5
dev
crossterm ^0.29
dev
dialoguer ^0.12.0
dev
fastrand ^2.3
dev
memmap2 ^0.9
dev
ratatui ^0.29
dev
simple_logger ^5.1
dev
tokio ^1.41
dev
Versions
15.2%
of the crate is documented
This release has been yanked, go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Device
web_
rwkv
0.10.17
Device
Required Associated Types
Data
Implementors
In web_
rwkv::
tensor
web_rwkv
::
tensor
Trait
Device
Copy item path
Source
pub trait Device: Sealed { type
Data
:
Clone
; }
Required Associated Types
§
Source
type
Data
:
Clone
Implementors
§
Source
§
impl<K:
Kind
>
Device
for
Gpu
<K>
Source
§
type
Data
=
TensorGpuData
Source
§
impl<T:
Scalar
>
Device
for
Cpu
<T>
Source
§
type
Data
=
Arc
<
[T]
>