tqchen commented on issue #4650: [Bugfix] Support for placeholders defining tensor shapes URL: https://github.com/apache/incubator-tvm/pull/4650#issuecomment-573251179 Placeholder will normally be translated into a load, and it can be quite tricky to deal with functions whose shape needed to be determined by a load. Strictly speaking the information of placeholder could still propagate into var by bind that with a load, but in most cases, the var info was obtained from the argument or the DLTensor structure itself.
---------------------------------------------------------------- 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] With regards, Apache Git Services
