Searched defs:GemmArgs (Results 1 – 1 of 1) sorted by relevance
142 struct GemmArgs struct145 const CPUInfo *_ci;146 unsigned int _Msize; // num of tiles147 unsigned int _Nsize; // output channels148 unsigned int _Ksize; // input channels149 unsigned int _Ksections;150 unsigned int _nbatches;151 unsigned int _nmulti; // n_gemms to be performed152 bool _indirect_input;153 Activation _act;[all …]