Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggg committed Mar 28, 2023
1 parent 49fd589 commit 383be34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/tvm/runtime/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ def get_property_mask(self):
return _ffi_api.ModuleGetPropertyMask(self)

@property
def is_binary_serializable(self):
"""Returns true if module is 'binary serializable', ie can be serialzed into binary
stream and loaded back to the runtime module.
def is_binary_serializable(self):
"""Returns true if module is 'binary serializable', ie can be serialzed into binary
stream and loaded back to the runtime module.
Returns
-------
Expand All @@ -271,7 +271,7 @@ def is_binary_serializable(self):

@property
def is_runnable(self):
"""Returns true if module is 'runnable'. ie can be executed without any extra
"""Returns true if module is 'runnable'. ie can be executed without any extra
compilation/linking steps.
Returns
Expand Down

0 comments on commit 383be34

Please sign in to comment.