Fix --config=mkl performance regression: Prevent grappler from generating a...
Fix --config=mkl performance regression: Prevent grappler from generating a _FusedConv2D node that doesn't have a corresponding TF-MKL node. For example, MKL graph rewriter doesn't support _FusedConv2D with BatchNorm yet so any Conv2D that gets fused with BatchNorm will miss using MKL-DNN's convolutions. PiperOrigin-RevId: 228939593
Loading
Please sign in to comment