MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / module_info

Method module_info

tools/Polygraphy/polygraphy/logger/logger.py:625–627  ·  view source on GitHub ↗
(self, module, name=None, severity=VERBOSE)

Source from the content-addressed store, hash-verified

623 return ret
624
625 def module_info(self, module, name=None, severity=VERBOSE):
626 message = self._str_from_module_info(module, name)
627 self.log(message, severity=severity, stack_depth=3, mode=LogMode.ONCE)
628
629 def log_exception(self, func):
630 """

Callers 2

runMethod · 0.80
import_modFunction · 0.80

Calls 2

_str_from_module_infoMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected