We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3481170 commit 09a0b14Copy full SHA for 09a0b14
1 file changed
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