Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_equalize_fx.py33 TwoLayerFunctionalConvModel,
269 (TwoLayerFunctionalConvModel, two_F_layer_node_occurrence),
355 (TwoLayerFunctionalConvModel, 4),
774 (TwoLayerFunctionalConvModel, functionalConv2_node_list),
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py2089 class TwoLayerFunctionalConvModel(torch.nn.Module): class