Home
last modified time | relevance | path

Searched defs:cls_to_become (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dconv.py1221 cls_to_become = Conv1d # type: ignore[assignment] variable in LazyConv1d
1290 cls_to_become = Conv2d # type: ignore[assignment] variable in LazyConv2d
1360 cls_to_become = Conv3d # type: ignore[assignment] variable in LazyConv3d
1427 cls_to_become = ConvTranspose1d # type: ignore[assignment] variable in LazyConvTranspose1d
1496 cls_to_become = ConvTranspose2d # type: ignore[assignment] variable in LazyConvTranspose2d
1565 cls_to_become = ConvTranspose3d # type: ignore[assignment] variable in LazyConvTranspose3d
H A Dinstancenorm.py231 cls_to_become = InstanceNorm1d # type: ignore[assignment] variable in LazyInstanceNorm1d
348 cls_to_become = InstanceNorm2d # type: ignore[assignment] variable in LazyInstanceNorm2d
464 cls_to_become = InstanceNorm3d # type: ignore[assignment] variable in LazyInstanceNorm3d
H A Dbatchnorm.py371 cls_to_become = BatchNorm1d # type: ignore[assignment] variable in LazyBatchNorm1d
482 cls_to_become = BatchNorm2d # type: ignore[assignment] variable in LazyBatchNorm2d
593 cls_to_become = BatchNorm3d # type: ignore[assignment] variable in LazyBatchNorm3d
H A Dlinear.py263 cls_to_become = Linear # type: ignore[assignment] variable in LazyLinear
H A Dlazy.py183 cls_to_become: Optional[Type[Any]] = None variable in LazyModuleMixin
/aosp_15_r20/external/pytorch/torch/nn/
H A Dparameter.py197 cls_to_become = Parameter variable in UninitializedParameter
270 cls_to_become = torch.Tensor variable in UninitializedBuffer
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_modules.py574 cls_to_become = MaterializedModule variable in LazyModule