Docs.rs
cubecl-reduce-0.5.0
cubecl-reduce 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
cubecl-core ^0.5.0
normal
cubecl-runtime ^0.5.0
normal
cubecl-std ^0.5.0
normal
num-traits ^0.2.19
normal
pretty_assertions ^1.4
normal
optional
rand ^0.9.0
normal
optional
serde ^1.0.204
normal
Versions
17.45%
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
cubecl_
reduce
0.5.0
ReduceD
Type
Required Associated Types
In
Out
Implementations on Foreign Types
(In, Out)
Implementors
In cubecl_
reduce::
args
cubecl_reduce
::
args
Trait
ReduceDType
Copy item path
Source
pub trait ReduceDType { type
In
:
Numeric
; type
Out
:
Numeric
; }
Required Associated Types
§
Source
type
In
:
Numeric
Source
type
Out
:
Numeric
Implementations on Foreign Types
§
Source
§
impl<In:
Numeric
, Out:
Numeric
>
ReduceDType
for
(In, Out)
Source
§
type
In
= In
Source
§
type
Out
= Out
Implementors
§