Home
last modified time | relevance | path

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

/external/gemmlowp/meta/
Dbase.h110 struct Transform1DParams { struct
111 typedef InType_ InType;
112 typedef OutType_ OutType;
113 typedef Kernel_ Kernel;
115 const InType* input;
116 OutType* output;
117 std::uint8_t* scratch;
119 Kernel kernel;