Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
H A Dutils.hpp138 struct IndirectInputArg { struct
139 struct {
142 } direct = {};
143 struct {
147 } indirect = {};
148 bool is_indirect;
151 IndirectInputArg(const T *base, size_t stride) : is_indirect(false) { in IndirectInputArg() function
157IndirectInputArg(const T * const * const *ptr, unsigned int start_row, unsigned int start_col) : i… in IndirectInputArg() argument
163 IndirectInputArg() : is_indirect(false) { in IndirectInputArg() function