Home
last modified time | relevance | path

Searched refs:graph_module_from_producer_nodes (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/quantization/fx/
Dutils.py18 graph_module_from_producer_nodes,
/external/pytorch/torch/ao/quantization/fx/
Dconvert.py60 graph_module_from_producer_nodes,
553 weight_observer_module = graph_module_from_producer_nodes(
D_lower_to_native_backend.py27 graph_module_from_producer_nodes,
464 prepacking_module = graph_module_from_producer_nodes(
Dutils.py220 def graph_module_from_producer_nodes( function