- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for filegroup (0.06 seconds)
-
arm_compiler.BUILD
filegroup( name = "gcc", srcs = glob(["bin/*-gcc"]), ) filegroup( name = "ar", srcs = glob(["bin/*-ar"]), ) filegroup( name = "ld", srcs = glob(["bin/*-ld"]), ) filegroup( name = "nm", srcs = glob(["bin/*-nm"]), ) filegroup( name = "objcopy", srcs = glob(["bin/*-objcopy"]), ) filegroup( name = "objdump",Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Apr 12 11:17:46 GMT 2021 - 1.2K bytes - Click Count (0) -
tensorflow/c/BUILD
"tf_kernel_library", ) load("//tensorflow:tensorflow.default.bzl", "filegroup", "tf_cuda_cc_test") load( "//tensorflow/core/tpu:build_defs.bzl", "if_libtpu_tf_status", ) package( # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"], licenses = ["notice"], ) filegroup( name = "safe_ptr_hdr", srcs = ["safe_ptr.h"], visibility = [
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sun Dec 07 13:04:09 GMT 2025 - 30.4K bytes - Click Count (0) -
tensorflow/c/eager/BUILD
"//tensorflow/core/config:flags", ], ) filegroup( name = "headers", srcs = [ "c_api.h", "c_api_experimental.h", "dlpack.h", ], visibility = ["//tensorflow:__subpackages__"], ) filegroup( name = "pywrap_headers_monitoring_reader", srcs = [ "c_api_experimental_reader.h",Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Apr 14 23:08:27 GMT 2025 - 33.3K bytes - Click Count (0) -
models.BUILD
package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 filegroup( name = "model_files", srcs = glob( [ "**/*", ], exclude = [ "**/BUILD", "**/WORKSPACE", "**/LICENSE", "**/*.zip", ], ),
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Jan 10 22:25:53 GMT 2017 - 328 bytes - Click Count (0) -
tensorflow/BUILD
# package_name = "tensorflow", # ) # # filegroup( # name = "copybara_library", # srcs = glob( # [ # "*.bara.sky", # "*.dic", # "*.ftrcp", # ], # exclude = [ # "copy.bara.sky", # ], # ), # visibility = ["//visibility:public"], # ) # # filegroup( # name = "copybara_config",
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Nov 12 19:21:56 GMT 2025 - 53.1K bytes - Click Count (0) -
ci/official/utilities/setup_macos.sh
pip install twine==3.6.0 fi # When cross-compiling with RBE, we need to copy the macOS sysroot to be # inside the TensorFlow root directory. We then define them as a filegroup # target inside "tensorflow/tools/toolchains/cross_compile/cc" so that Bazel # can register it as an input to compile/link actions and send it to the remote # VMs when needed.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Oct 06 22:42:26 GMT 2025 - 6.8K bytes - Click Count (0)