Searched defs:packRhsAndKernelArg (Results 1 – 1 of 1) sorted by relevance
32 struct packRhsAndKernelArg { struct33 const MaxSizeVector<LhsScalar*>* blockAs;34 RhsScalar* blockB;35 const RhsMapper& rhs;36 OutputMapper& output;37 const Index m;38 const Index k;39 const Index n;40 const Index mc;41 const Index kc;[all …]