cyx-6 commented on code in PR #12755: URL: https://github.com/apache/tvm/pull/12755#discussion_r970314760
########## python/tvm/script/ir_builder/tir/ir.py: ########## @@ -65,11 +358,121 @@ def evaluate(value: PrimExpr) -> None: return _ffi_api.Evaluate(value) # pylint: disable=no-member # type: ignore +def int8(expr: Optional[PrimExpr] = None) -> PrimExpr: + return _ffi_api.Int8(expr) # pylint: disable=no-member # type: ignore Review Comment: added -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org