pub trait GemmStridedBatchedDispatch: Send + 'static {
// Required methods
fn dtype_name(&self) -> &'static str;
fn op_name(&self) -> &'static str;
fn dispatch(self: Box<Self>, ctx: &BlasDispatchCtx<'_>);
}Expand description
Erased GemmStridedBatchedRequest<T>.