Struct hazardflow_designs::gemmini::execute::systolic_array::mesh_with_delays::MeshResp
source · pub struct MeshResp {
pub total_rows: U<{ _ }>,
pub tag: MeshTag,
pub last: bool,
pub data: C,
}
Expand description
Response signals from the mesh.
Fields§
§total_rows: U<{ _ }>
Specifies the number of rows in the matmul operation.
tag: MeshTag
Tag.
last: bool
Indicates that the row represents the last row.
data: C
Output data.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MeshResp
impl Send for MeshResp
impl Sync for MeshResp
impl Unpin for MeshResp
impl UnwindSafe for MeshResp
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