Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py57 AnnotatedCustomConfigNestedModel,
504 model = AnnotatedCustomConfigNestedModel()
536 model = quantize(AnnotatedCustomConfigNestedModel(), test_only_eval_fn,
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py1911 class AnnotatedCustomConfigNestedModel(torch.nn.Module): class