[Intel-MKL] Support for N-D Transpose using MKL-DNN
This PR adds support for N dimensional transpose using MKL-DNN. Since MKL-DNN requires exception support enabled for compilation, we create a new build rule for mkl_transpose_op, and thus the related changes in other build files. Also, since we can eliminate MKL binary blob for Transpose, we add corresponding preprocessor macros around transpose code.
Loading
Please sign in to comment