Home
last modified time | relevance | path

Searched refs:arch_type (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/.github/scripts/
Dgenerate_binary_build_matrix.py130 def arch_type(arch_version: str) -> str: function
240 gpu_arch_type = arch_type(arch_version)
288 gpu_arch_type = arch_type(arch_version)
349 gpu_arch_type = arch_type(arch_version)
/external/curl/packages/vms/
Dbackup_gnv_curl_src.com39 $ arch_type = f$getsyi("ARCH_NAME")
40 $ arch_code = f$extract(0, 1, arch_type)
Dpcsi_product_gnv_curl.com95 $ arch_type = f$getsyi("ARCH_NAME")
96 $ arch_code = f$extract(0, 1, arch_type)
Dbuild_gnv_curl_pcsi_text.com166 $ arch_type = f$getsyi("ARCH_NAME")
175 $ code = f$extract(0, 1, arch_type)
Dstage_curl_install.com43 $ arch_type = f$getsyi("ARCH_NAME")
44 $ arch_code = f$extract(0, 1, arch_type)
Dbuild_gnv_curl_pcsi_desc.com116 $ arch_type = f$getsyi("ARCH_NAME")
125 $ code = f$extract(0, 1, arch_type)
126 $ arch_code = f$extract(0, 1, arch_type)
Dconfig_h.com71 $arch_type = f$getsyi("arch_type")
/external/pytorch/benchmarks/functional_autograd_benchmark/
Dtorchvision_models.py453 arch_type, backbone, pretrained, progress, num_classes, aux_loss, **kwargs argument
457 model = _segm_resnet(arch_type, backbone, num_classes, aux_loss, **kwargs)