[DNNL] Enable mkldnn_placement pass to work on inner ops of while op
Created by: jczaja
Currently passes are not working inside of while op. Hence inside of while op all ops are naive as use_mkldnn is always false.
Goal of this task is to enable use_mkldnn=True for inner ops of while op. Transformer model should benefit from it