The setup_test for fusedConv2D is incorrect(https://github.com/tensorflow/tfjs/pull/2448/files#diff-b8ad73e5d7aa8806baa3909ff26ab879R185), it should be as follows: ``` { include: 'fused conv2d', excludes: [ ] }, ``` The original feature request is here: https://github.com/tensorflow/tfjs/issues/2362