I'm using tvm to convert a tensorflow model. when I call relay.build, there comes a warning,
> Cannot find config for target=cuda, workload=('conv2d_nchw.cuda', ('TENSOR', > (1, 384, 35, 35), 'float32'), ('TENSOR', (224, 384, 1, 1), ' but in fact, I searched the tf model and can't find a conv2d node with this input and kernel shape . when I use auto-tvm, I see the tasks extracted from the model, and I can't find this workload. why is this ? TVM can generate a new conv2d using the conv2ds in a model ? --- [Visit Topic](https://discuss.tvm.ai/t/relay-build-cant-find-config-for-a-conv2d-that-doesnt-exist-in-model/6934/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/3f1f06d1a19b349bc213db51cae6e79f696a86d65022d91a20f92f533063b706).