- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for GoVersion (0.21 sec)
-
.github/ISSUE_TEMPLATE/00-bug.yml
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jan 04 23:31:17 UTC 2024 - 3.3K bytes - Viewed (0) -
tensorflow/BUILD
select({ "//tensorflow:macos": [], "//conditions:default": [ "//tensorflow/core/data:captured_function", ], }), soversion = VERSION, static_deps = PACKAGE_STATIC_DEPS, visibility = ["//visibility:public"], ) # This is intended to be the same as tf_binary_additional_srcs:
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
build.gradle.kts
"17" } else { "1.8" } val projectJvmTarget = JvmTarget.fromTarget(javaVersionSetting) val projectJavaVersion = JavaVersion.toVersion(javaVersionSetting) tasks.withType<KotlinCompile> { compilerOptions { jvmTarget.set(projectJvmTarget) freeCompilerArgs = listOf( "-Xjvm-default=all", ) } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0)