Home
last modified time | relevance | path

Searched defs:ConvT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dfusion.py16 ConvT = TypeVar("ConvT", bound="torch.nn.modules.conv._ConvNd") variable
21 conv: ConvT,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp305 LLT ConvT = LLT::scalar(ST->getPointerSize()); in legalizeCustom() local