Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dkernel.h143 struct KernelSideFormat { struct
152 // KernelSideFormat for int8 fast kernel trick. The original input is uint8, but argument
Dpack_neon.h43 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
144 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
269 typedef Int8FastKernelFormat<Width> KernelSideFormat; typedef
334 typedef Int8InputsFastKernelFormat<Width> KernelSideFormat; typedef
Dpack_msa.h40 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
194 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
363 typedef Int8FastKernelFormat<Width> KernelSideFormat; typedef
Dpack_avx.h42 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
196 typedef RhsWidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
Dpack.h49 typedef tKernelSideFormat KernelSideFormat; typedef
213 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat; typedef
303 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat; typedef
Dpack_sse.h42 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc223 struct KernelSideFormat { struct
231 // It consists of two KernelSideFormat's, one for LHS and one for RHS. argument