Disable dependency and layout optimizations for Conv2D benchmarks
Also benchmark NCHW data format to make sure none of the data formats regress. Disabled dependency optimization to not replace Conv ops with noop ops and disabled layout optimization to not change input data format during graph rewrites. PiperOrigin-RevId: 201723796
Loading
Please sign in to comment