So your model is already in NCHW layout? From the log it seems the model is still in NHWC. You can see whatever the selected implementation (e.g., `conv2d_nhwc.x86`) and warning (e.g., NHWC layout is not optimized for x86) are all about the NHWC layout. You may need to check if the layout conversion was success or not.
--- [Visit Topic](https://discuss.tvm.ai/t/autotvm-task-extract-from-program-in-tflite/6578/4) 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/28100f939ee745fdbe365a8ffc0f671ab37a8ed5600d0153f11e415bfcd07f7a).