- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for task2_name (0.07 sec)
-
tensorflow/c/eager/c_api_distributed_test.cc
const char task0_name[] = "/job:localhost/replica:0/task:0/device:CPU:0"; const char task1_name[] = "/job:localhost/replica:0/task:1/device:CPU:0"; const char task2_name[] = "/job:localhost/replica:0/task:2/device:CPU:0"; // Create one variable per task. TFE_TensorHandle* h0 = TestVariable(ctx, 1.0, task1_name); TFE_TensorHandle* h1 = TestVariable(ctx, 2.0, task2_name);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 23.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt
} features { publishBuildStatusToGithub(model) } val performanceResultsDir = "perf-results" val performanceProjectName = "performance" val taskName = if (performanceTestSpec.type == PerformanceTestType.flakinessDetection) "performanceTestFlakinessReport" else "performanceTestReport" artifactRules = """
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 10 13:15:00 UTC 2024 - 5.1K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java
import java.io.File; import java.net.URI; import java.net.URISyntaxException; import java.util.Locale; public class GradleKotlinDslReferencePlugin implements Plugin<Project> { private static final String TASK_NAME = "dokkatooGeneratePublicationHtml"; @Override public void apply(Project project) { GradleDocumentationExtension documentationExtension = project.getExtensions().getByType(GradleDocumentationExtension.class);
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Aug 19 15:07:24 UTC 2024 - 7.7K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinder.kt
if (plan is FailedPlan) return plan.result // Connect TCP asynchronously. tcpConnectsInFlight += plan val taskName = "$okHttpName connect ${routePlanner.address.url.redact()}" taskRunner.newQueue().schedule( object : Task(taskName) { override fun runOnce(): Long { val connectResult = try { plan.connectTcp()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.8K bytes - Viewed (0) -
CONTRIBUTING.md
- For example: `./gradlew :launcher:quickTest`. 2. Install Gradle locally and try out a change in behavior manually. - Install: `./gradlew install -Pgradle_installPath=/any/path` - Use: `/any/path/bin/gradle taskName`. It's also a good idea to run `./gradlew sanityCheck` before submitting your change because this will help catch code style issues. > **NOTE:** Do **NOT** run `gradle build` on the local development environment,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0)