We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f52b commit a86752cCopy full SHA for a86752c
python/tvm/relay/expr.py
@@ -548,6 +548,7 @@ class StorageInfo(Node):
548
Contains the storage ids where expressions are stored, the
549
type of the "virtual devices" the expressions are stored on,
550
and the sizes of each storage element."""
551
+
552
@property
553
def storage_ids(self):
554
return _ffi_api.StorageInfoStorageIds(self)
0 commit comments