Searched defs:TransposeInterleaveCommon (Results 1 – 1 of 1) sorted by relevance
| /external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/transforms/ |
| D | transpose_interleave_common.hpp | 29 struct TransposeInterleaveCommon { struct 31 static inline void moveblock_1x1(const TIn *&in0, TOut *out) { in moveblock_1x1() 37 static inline void moveblock_1x2(const TIn *&in0, const TIn *&in1, TOut *out) { in moveblock_1x2() 46 …void moveblock_1x4(const TIn *&in0, const TIn *&in1, const TIn *&in2, const TIn *&in3, TOut *out) { in moveblock_1x4() 61 …out, const TIn *in, const int stride, const int x0, const int xmax, const int k0, const int kmax) { in Transform()
|