Aharrypotter commented on issue #19519: URL: https://github.com/apache/tvm/issues/19519#issuecomment-4551515434
Hi @tlopex, I'd like to claim **G. Resource / variable / hashtable operators**. While working on the TFLite control-flow / multi-subgraph support in #19616, I noticed that `CALL_ONCE` is closely related to TFLite initialization subgraphs, especially variable and hash table initialization. I'd like to continue with this operator family and implement it incrementally through multiple reviewable PRs. My plan is to start with the resource variable subset (`VAR_HANDLE`, `ASSIGN_VARIABLE`, `READ_VARIABLE`) to establish the basic resource-state import pattern, then follow up with the hashtable operators (`HASHTABLE`, `HASHTABLE_IMPORT`, `HASHTABLE_FIND`, `HASHTABLE_SIZE`). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
