siju-samuel opened a new pull request #5683: URL: https://github.com/apache/incubator-tvm/pull/5683
Bugfixes - arange -> start/stop/end may be already expr, so no need to create typedconst that time. - slice -> begin_dim may be an expr, so need to evaluate and find int and pass the value. - numtotensor -> input may be already an expr, no need to convert. - view -> if any value of new size is expr, need to evaluate and find the shape values. This can be simulated by running bert models. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
