[oneDNN] Fix to #25078 !25256
Created by: jczaja
PR types
Bug fixes
PR changes
Others
Describe
It does disable oneDNN inplace pass for situation when graph contains block operators. This is done as it seems inplace pass cannot change the nodes (ops) that are executed under control of block operator. This fixes #25078 (closed)