tkonolige commented on pull request #10852: URL: https://github.com/apache/tvm/pull/10852#issuecomment-1085185988
It `AccessAnalyzer` is just a cache of useful information about the program but does not contain any unique state. If I look at the constructor for `ComputeDAG`, `AccessAnalyzer` is always applied to the input tensors. Could we just serialize the tensors instead and then reconstruct `AccessAnalyzer` when deserializing? -- 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]
