mbs-octoml commented on a change in pull request #8788:
URL: https://github.com/apache/tvm/pull/8788#discussion_r720592643
##########
File path: src/relay/backend/graph_plan_memory.cc
##########
@@ -452,7 +469,7 @@ class StorageAllocator : public StorageAllocaBaseVisitor {
// all the storage resources available
std::vector<StorageToken*> data_;
/*! \brief internal prototype token map */
- std::unordered_map<const ExprNode*, std::vector<StorageToken*> > prototype_;
+ std::unordered_map<const ExprNode*, std::vector<StorageToken*>> prototype_;
};
StaticMemoryPlan GraphPlanMemory(const Function& func) { return
StorageAllocator().Plan(func); }
Review comment:
Not in this one :-) But I had to go through all of this pretty closely
to debug a breakage so it doesn't look intimidating at all.
--
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]