srkreddy1238 commented on code in PR #14010: URL: https://github.com/apache/tvm/pull/14010#discussion_r1108581849
########## python/tvm/driver/tvmc/composite_target.py: ########## @@ -29,6 +29,7 @@ from tvm.relay.op.contrib.bnns import partition_for_bnns from tvm.relay.op.contrib.vitis_ai import partition_for_vitis_ai from tvm.relay.op.contrib.clml import partition_for_clml +from tvm.relay.op.contrib import adreno Review Comment: Shouldn't be an issue. ```tvm.relay.op.contrib.adreno``` is just a ```ToMixedPrecision``` invocation and independent of any framework or target. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
