Home
last modified time | relevance | path

Searched defs:is_standalone_module (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dquantize_handler.py53 is_standalone_module=False, argument
99 def is_standalone_module(self): member in QuantizeHandler
H A Dmatch_utils.py205 def is_standalone_module(node_target: str, modules: Dict[str, torch.nn.Module]): function