icemelon9 commented on a change in pull request #5855:
URL: https://github.com/apache/incubator-tvm/pull/5855#discussion_r444480395
##########
File path: python/tvm/relay/op/memory/memory.py
##########
@@ -104,6 +104,21 @@ def shape_func(func, inputs, outputs, dependent=False):
"""
return _make.shape_func(func, inputs, outputs, dependent)
+def shape_of(expr):
Review comment:
since we already call it `vm.shape_of` in the cpp, I think we should
also put `shape_of` into the folder of op/vm.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]