wangxiang2713 commented on pull request #8899: URL: https://github.com/apache/tvm/pull/8899#issuecomment-911433417
> Thanks for the PR, could you add a test case? Hi, a test case just added. This case may occur when convert a tensorflow model. As this code will be excute: ``` size_splits = _get_param(params, inputs[1]) section_beginnings = np.cumsum(size_splits)[:-1] indices_or_sections = tuple(section_beginnings) ``` np.cumsum outputs array with elements in int64. -- 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]
