Searched defs:MklSliceParams (Results 1 – 1 of 1) sorted by relevance
163 struct MklSliceParams { struct165 const memory* from;166 const memory* to;170 memory::dims begin_dims;171 memory::dims size_dims;173 MklSliceParams(const memory* from, const memory* to, memory::dims begin_dims, in MklSliceParams() argument