Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
electriclilies committed Jun 29, 2021
1 parent 3481170 commit 09a0b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ class StorageInfo(Node):
Contains the storage ids where expressions are stored, the
type of the "virtual devices" the expressions are stored on,
and the sizes of each storage element."""

@property
def storage_ids(self):
return _ffi_api.StorageInfoStorageIds(self)
Expand Down

0 comments on commit 09a0b14

Please sign in to comment.