Lines Matching defs:GemmArgs
142 struct GemmArgs struct
145 const CPUInfo *_ci;
146 unsigned int _Msize; // num of tiles
147 unsigned int _Nsize; // output channels
148 unsigned int _Ksize; // input channels
149 unsigned int _Ksections;
150 unsigned int _nbatches;
151 unsigned int _nmulti; // n_gemms to be performed
152 bool _indirect_input;
153 Activation _act;
154 int _maxthreads;
155 bool _fixed_format;
156 bool _fast_mode;
157 const GemmConfig *_cfg;
159 GemmArgs(const CPUInfo *ci, unsigned int M, unsigned int N, in GemmArgs() function