support requantize op with different src_dt
Created by: lidanqing-intel
requantize op requantize_mkldnn_op.cc
only support dst_dt==src_dt
. We may face cases when two inputs of one op ( like concat ) have different src_dt.
We clear TODOs in code requantize_mkldn_op.cc and submit this issue for tracking it later.