mbs-octoml commented on a change in pull request #9542:
URL: https://github.com/apache/tvm/pull/9542#discussion_r754743614



##########
File path: src/relay/op/memory/memory.h
##########
@@ -35,6 +35,7 @@ namespace tvm {
 namespace relay {
 
 Expr AllocStorage(Expr size, Expr alignment, SEScope se_scope, DataType 
dtype_hint);
+const Op& MemoryAllocTensorOp();

Review comment:
       Oh it snuck in from the main change, sorry. Added comment, just trying 
to cut down on the duplicated special operator name strings.




-- 
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]


Reply via email to