[MKL-DNN] Add support for fusing FC + activation
Created by: jczaja
Fully connected of MKL-DNN (inner prod) does support (mkl-dnn 1.0) post operations eg. FC can execute activation as part of FC. This can beenfit some models like: Feature (FC followed by Tanh ) or googlenet.
This issue is to track work on this