Docs.rs
ruda-kernel-0.1.4
ruda-kernel 0.1.4
Docs.rs crate page
25 September 2026
Links
Repository
crates.io
Source
Owners
shuqi2077
Dependencies
bitflags ^2.9.1
normal
optional
bytemuck ^1.16.1
normal
optional
derive-new ^0.7.0
normal
optional
derive_more ^2
normal
optional
enumset ^1.1.12
normal
optional
float-ord ^0.3
normal
optional
half =2.7.1
normal
optional
hashbrown ^0.16
normal
optional
log ^0.4.22
normal
optional
num-traits ^0.2.19
normal
optional
paste ^1
normal
optional
ruda ^0.1.5
normal
optional
ruda-compiler ^0.1.3
normal
optional
ruda-core ^0.1.3
normal
optional
ruda-kernel-macros ^0.1.3
normal
serde ^1.0.204
normal
optional
serde_json ^1.0.119
normal
optional
spin ^0.10.0
normal
optional
tempfile ^3.20
normal
optional
test-log ^0.2
normal
optional
text_placeholder ^0.5.1
normal
optional
tracing ^0.1.43
normal
optional
variadics_please ^1
normal
optional
half =2.7.1
dev
pretty_assertions ^1.4
dev
test-log ^0.2
dev
trybuild ^1
dev
Versions
29.64%
of the crate is documented
Platform
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
Skip to main content
Module slice
ruda_
kernel
0.1.4
Module slice
Module Items
Structs
Traits
In ruda_
kernel::
dsl::
zspace
ruda_kernel
::
dsl
::
zspace
Module
slice
Copy item path
Source
Expand description
Tensor slice utilities.
Structs
§
Slice
A slice specification for a single tensor dimension.
Slice
Iter
Defines an
Iterator
over a
Slice
.
Traits
§
Slice
Arg
Trait for slice arguments that can be converted into an array of slices. This allows the
slice
method to accept both single slices (from
s![..]
) and arrays of slices (from
s![.., ..]
or
[0..5, 1..3]
).
Slice
Ops
Slice-related ops on
Shape