Home
last modified time | relevance | path

Searched defs:GemmArgs (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/assembly/
Darm_gemm.hpp142 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;
[all …]