Searched defs:is_standalone_module (Results 1 – 2 of 2) sorted by relevance
53 is_standalone_module=False, argument99 def is_standalone_module(self): member in QuantizeHandler
205 def is_standalone_module(node_target: str, modules: Dict[str, torch.nn.Module]): function