- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 2,242 for build (0.07 sec)
-
tensorflow/c/eager/BUILD
A. Unique TensorFlower <******@****.***> 1744666944 -0700
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Apr 14 23:08:27 UTC 2025 - 33.3K bytes - Viewed (0) -
BUILD
A. Unique TensorFlower <******@****.***> 1741123505 -0800
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Mar 04 22:39:12 UTC 2025 - 136 bytes - Viewed (0) -
tensorflow/BUILD
match_all = [ ":is_cuda_enabled", ":windows", ], ) # Config setting to use in select()s to distinguish open source build from # google internal build on configurable attributes. # # For non-configurable distinction between OSS and Google builds, see # `if_oss()` and `if_google()` macros in tensorflow.bzl. config_setting( name = "oss", flag_values = {":oss_setting": "True"},Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0) -
.github/workflows/build.yml
with: report_paths: '**/build/test-results/*/TEST-*.xml' check_name: OpenJDK 11 Test Report - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master' with: files: | **/build/test-results/*/TEST-*.xml testzulu11:Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 04:49:37 UTC 2025 - 18.6K bytes - Viewed (0) -
tensorflow/c/BUILD
A. Unique TensorFlower <******@****.***> 1765112205 -0800
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sun Dec 07 13:04:09 UTC 2025 - 30.4K bytes - Viewed (0) -
ci/official/requirements_updater/BUILD.bazel
compile_pip_requirements( name = "requirements", srcs = [ "nvidia-requirements.txt", "requirements.in", ":nvidia_constraints", ], extra_args = [ "--allow-unsafe", "--build-isolation", "--rebuild", "-c $(location :nvidia_constraints)", ], generate_hashes = True, requirements_txt = REQUIREMENTS,Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Thu Sep 18 19:30:45 UTC 2025 - 1.4K bytes - Viewed (0) -
models.BUILD
package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 filegroup( name = "model_files", srcs = glob( [ "**/*", ], exclude = [ "**/BUILD", "**/WORKSPACE", "**/LICENSE", "**/*.zip", ], ),
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Jan 10 22:25:53 UTC 2017 - 328 bytes - Viewed (0) -
arm_compiler.BUILD
Adam Hillier <******@****.***> 1618226151 +0100
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Apr 12 11:17:46 UTC 2021 - 1.2K bytes - Viewed (0) -
build-logic/cleanup/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") id("gradlebuild.build-logic.groovy-dsl-gradle-plugin") } description = "Provides a plugin that cleans up after executing tests" dependencies { implementation("gradlebuild:basics") implementation("gradlebuild:module-identity")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Jun 16 06:11:03 UTC 2025 - 311 bytes - Viewed (0) -
build-logic/buildquality/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides plugins to configure quality checks (incubating report, CodeNarc, et al)" dependencies { implementation("gradlebuild:basics") implementation(projects.cleanup) implementation(projects.documentation) implementation(projects.integrationTesting) implementation(projects.jvm) implementation(projects.performanceTesting)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jun 24 13:46:12 UTC 2025 - 1.2K bytes - Viewed (0)