- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ads_id (0.06 sec)
-
.teamcity/src/main/kotlin/model/CIBuildModel.kt
) : this(uuid, testType, os, testJvm.version, testJvm.vendor, buildJvm, expectedBucketNumber, withoutDependencies, arch, failStage) fun asId(projectId: String): String { return "${projectId}_$testCoveragePrefix" } fun asId(model: CIBuildModel): String { return asId(model.projectId) } private val testCoveragePrefix get() = "${testType.name.toCapitalized()}_$uuid"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 06:14:14 UTC 2024 - 22.9K bytes - Viewed (0) -
tensorflow/c/eager/dlpack.cc
DeviceNameUtils::ParsedName parsed_name; tensorflow::DeviceNameUtils::ParseFullName(device_name, &parsed_name); std::string device_type = parsed_name.type; int device_id = 0; if (parsed_name.has_id) { device_id = parsed_name.id; } ctx.device_id = device_id; if (device_type == "CPU") { ctx.device_type = DLDeviceType::kDLCPU; } else if (device_type == "GPU") { #if TENSORFLOW_USE_ROCM
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 12.9K bytes - Viewed (0)