lhutton1 commented on code in PR #15311: URL: https://github.com/apache/tvm/pull/15311#discussion_r1267224684
########## python/tvm/topi/arm_cpu/pooling.py: ########## @@ -17,9 +17,94 @@ # pylint: disable=invalid-name, unused-variable """Schedule for pooling operators""" -from .mprofile.dsp.pool import pool_dsp_schedule +import logging +from tvm import topi, te Review Comment: Thanks @junrushao, this should now be fixed -- 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]
