Created by: jczaja
This PR is introducing modification to move creation of MKL-DNN memory descriptors inside AcquireAPI rather than have it exposed in Compute() method. This is only for softmax mkldnn op, once we agree on this change all others op will be modified.
@grygielski Please review