for some reason ,I need to know model's every intermediate layer output data to debug, after google,I found that I can use debug graph runtime mode. I do follow [debugger graph runtime](https://tvm.apache.org/docs/dev/debugger.html?highlight=debug_runtime) . it is successful to get intermediate layer output by debug_get_output() . But the op is fused, and I need orginal model's intermediate layer output. then i change opt_level=0, but report [Build with opt_level=0 getting error qnn.requantize not registed TOpPattern not registered](https://discuss.tvm.apache.org/t/build-with-opt-level-0-getting-error-qnn-requantize-not-registed-toppattern-not-registered/6590) . Does anyone know how to solve this or other print inter layer output data method ? thanks a lot!
--- [Visit Topic](https://discuss.tvm.apache.org/t/how-to-get-every-intermediate-layer-output-data-without-op-fused/8012/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/171296a483acca61d46cbc17ed586fcb1b838c69eec105289a0cee5e2d8013c5).