- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for extraSteps (0.04 sec)
-
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
buildJvm: Jvm = BuildToolBuildJvm, extraSteps: BuildSteps.() -> Unit = {}, ) { buildType.applyDefaultSettings(os, timeout = timeout, buildJvm = buildJvm) buildType.killProcessStep(KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS, os) buildType.gradleRunnerStep(model, gradleTasks, os, arch, extraParameters) buildType.steps { extraSteps()Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 07:29:52 UTC 2025 - 8.6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
extraParameters = assembledExtraParameters, timeout = testCoverage.testType.timeout, maxParallelForks = testCoverage.testType.maxParallelForks.toString(), extraSteps = extraBuildSteps, preSteps = preBuildSteps, ) failureConditions { // JavaExecDebugIntegrationTest.debug session fails without debugger might cause JVM crashRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 5.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
buildScanTagForType, ) + extraSysProp ).joinToString(" "), buildJvm = buildJvm, extraSteps = { script { name = "CALCULATE_MD5_VERSION_FOR_DOGFOODING_DISTRIBUTION" workingDir = "%teamcity.build.checkoutDir%/dogfood-first-for-hash"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 7.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64error.s
// license that can be found in the LICENSE file. TEXT errors(SB),$0 MOVL foo<>(SB)(AX), AX // ERROR "invalid instruction" MOVL (AX)(SP*1), AX // ERROR "invalid instruction" EXTRACTPS $4, X2, (BX) // ERROR "invalid instruction" EXTRACTPS $-1, X2, (BX) // ERROR "invalid instruction" // VSIB addressing does not permit non-vector (X/Y) // scaled index register. VPGATHERDQ X12,(R13)(AX*2), X11 // ERROR "invalid instruction"
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Jun 14 00:03:57 UTC 2023 - 8.9K bytes - Viewed (0) -
tensorflow/c/eager/BUILD
cc_header_only_library( name = "tfe_tensorhandle_internal_hdrs_only", extra_deps = [ "@com_google_absl//absl/strings", ], visibility = [ "//tensorflow:internal", ], deps = [ ":tfe_tensorhandle_internal", ], ) cc_header_only_library( name = "tfe_cancellationmanager_internal_hdrs_only", extra_deps = [ "@com_google_absl//absl/strings", ],Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Apr 14 23:08:27 UTC 2025 - 33.3K bytes - Viewed (0) -
tensorflow/BUILD
}) + (tf_monitoring_python_deps() + tf_additional_plugin_deps() + tf_additional_profiler_deps()) + if_xla_available([ "//tensorflow/compiler/aot:tfcompile_lib", ]) + if_static(extra_deps = [ "//tensorflow/core/platform:tensor_float_32_utils", "//tensorflow/core/platform:enable_tf2_utils", ]) + if_oss([ "//tensorflow/core/distributed_runtime/rpc:grpc_server_lib",Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0)