Searched defs:MklSliceParams (Results 1 – 1 of 1) sorted by relevance
162 struct MklSliceParams { struct164 const memory* from;165 const memory* to;169 memory::dims begin_dims;170 memory::dims size_dims;172 MklSliceParams(const memory* from, const memory* to, memory::dims begin_dims, in MklSliceParams() argument