Home
last modified time | relevance | path

Searched refs:_check_is_graph_module (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquantize_fx.py35 def _check_is_graph_module(model: torch.nn.Module) -> None: function
84 _check_is_graph_module(model)
532 _check_is_graph_module(graph_module)
/aosp_15_r20/external/pytorch/torch/quantization/
H A Dquantize_fx.py12 _check_is_graph_module,