[MKL-DNN] Add Leaky-relu support
Created by: jczaja
Leaky-relu is supported by MKL-DNN , but not supported by PaddlePaddle MKL-DNN integration. Adding that once could improve performance of Face model (reduce number of reorders + hopefully more efficent mkl-dnn leaky relu implementation)
Scope of task:
- Add interface to integration for exposing mkl-dnn leaky relu
- Add Pass : conv + leaky_relu -> conv_with_post_op_leaky_relu