Home
last modified time | relevance | path

Searched refs:AnnotatedTwoLayerLinearModel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_numeric_suite_eager.py32 AnnotatedTwoLayerLinearModel,
256 model_list = [AnnotatedTwoLayerLinearModel()]
H A Dtest_quantize_eager_ptq.py54 AnnotatedTwoLayerLinearModel,
387 model = AnnotatedTwoLayerLinearModel()
411 model = quantize(AnnotatedTwoLayerLinearModel(), test_only_eval_fn,
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py1622 class AnnotatedTwoLayerLinearModel(torch.nn.Module): class