Searched defs:sliceParams (Results 1 – 1 of 1) sorted by relevance
182 explicit MklSlicePrimitive(const MklSliceParams& sliceParams) in MklSlicePrimitive()189 void Execute(const MklSliceParams& sliceParams, in Execute()232 void Setup(const MklSliceParams& sliceParams) { in Setup()261 static MklSlicePrimitive<T>* Get(const MklSliceParams& sliceParams) { in Get()281 static string CreateKey(const MklSliceParams& sliceParams) { in CreateKey()308 MklPrimitive* GetReorder(const MklSliceParams& sliceParams) { in GetReorder()313 void SetReorder(const MklSliceParams& sliceParams, MklPrimitive* op) { in SetReorder()457 MklSliceParams sliceParams(&src.GetOpMem(), output.GetUsrMem(), in ComputeMklSlice() local