Struct hazardflow_designs::gemmini::execute::systolic_array::pe::PeColData
source · pub struct PeColData {
pub b: S<OUTPUT_BITS>,
pub d: S<OUTPUT_BITS>,
}
Expand description
PE column data signals.
Fields§
§b: S<OUTPUT_BITS>
B.
Represents the weight value (in OS dataflow) or the above PE’s MAC result (in WS dataflow).
d: S<OUTPUT_BITS>
D.
Represents the preloading bias value (in OS dataflow) or the preloading weight value (in WS dataflow).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PeColData
impl Send for PeColData
impl Sync for PeColData
impl Unpin for PeColData
impl UnwindSafe for PeColData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more