lhutton1 opened a new pull request #10348: URL: https://github.com/apache/tvm/pull/10348
A failure is seen when compiling some networks due to assumption checked_type is a TensorTypeNode: ```Check failed: (node != nullptr) is false: Expected type to be relay.TensorType, but get TupleType``` Fixed by reshuffling some of the skip conditions and also ensures arguments are of type VarNode or ConstantNode (where necessary) before casting. cc @ashutosh-arm @Mousius @manupa-arm -- 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]
