Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_equalize_fx.py31 TwoLayerConvModel,
268 (TwoLayerConvModel, two_nn_layer_node_occurrence),
354 (ConvModel, 4), (TwoLayerConvModel, 4), (SingleLayerFunctionalConvModel, 4),
772 (TwoLayerConvModel, conv2_node_list),
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py1580 class TwoLayerConvModel(torch.nn.Module): class