Home
last modified time | relevance | path

Searched defs:resnet18 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/android/test_app/
H A Dmake_assets.py8 resnet18 = models.resnet18(weights=models.ResNet18_Weights.IMAGENET1K_V1) variable
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_dims.py36 resnet18 = None variable
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchvision_models.py283 def resnet18(pretrained=False, progress=True, **kwargs): function