seec
0.1.0
Output
Aliased type
Variants
Scalar
Simd
In seec::executor
?
Settings
Type Alias
seec
::
executor
::
Output
Copy item path
source
·
[
−
]
pub type Output<Shares> =
Input
<Shares>;
Aliased Type
§
enum Output<Shares> { Scalar(Shares), Simd(
Vec
<Shares>), }
Variants
§
§
Scalar(Shares)
§
Simd(
Vec
<Shares>)