Searched refs:runfiles (Results 1 – 22 of 22) sorted by relevance
/external/tensorflow/tensorflow/tools/pip_package/ |
D | build_pip_package.sh | 136 …bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tensorflow/LIC… 139 …bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tensorflow/ten… 142 bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles \ 145 … bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tensorflow \ 147 …RUNFILES=bazel-bin/tensorflow/tools/pip_package/simple_console_for_window_unzip/runfiles/org_tenso… 149 RUNFILES=bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/org_tensorflow 150 …if [ -d bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/org_tensorflow/external … 153 bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/org_tensorflow/LICENSE \ 156 … bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/org_tensorflow/tensorflow \ 159 bazel-bin/tensorflow/tools/pip_package/build_pip_package.runfiles/org_tensorflow/external \ [all …]
|
D | BUILD | 165 # On Windows, python binary is a zip file of runfiles tree. 166 # Add everything to its data dependency for generating a runfiles tree
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | resource_loader.cc | 22 using bazel::tools::cpp::runfiles::Runfiles; 28 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in GetDataDependencyFilepath() local 30 if (runfiles == nullptr) { in GetDataDependencyFilepath() 34 return runfiles->Rlocation(io::JoinPath("org_tensorflow", relative_path)); in GetDataDependencyFilepath()
|
D | BUILD | 348 "@bazel_tools//tools/cpp/runfiles",
|
/external/tensorflow/tensorflow/python/platform/ |
D | resource_loader.py | 28 from rules_python.python.runfiles import runfiles 30 runfiles = None variable 120 if runfiles: 121 r = runfiles.Create()
|
D | BUILD | 58 "@rules_python//python/runfiles",
|
/external/bazelbuild-rules_android/rules/ |
D | processing_pipeline.bzl | 32 runfiles = "Runfiles to pass to the DefaultInfo provider", 75 runfiles = ctx.runfiles(), 86 if hasattr(info, "runfiles") and info.runfiles: 87 target_ctx["runfiles"] = target_ctx["runfiles"].merge(info.runfiles)
|
D | utils.bzl | 282 runfiles = ctx.runfiles() 286 runfiles = runfiles.merge(ctx.runfiles([executable])) 287 runfiles = runfiles.merge( 288 ctx.runfiles( 295 runfiles = runfiles.merge(attr[DefaultInfo].default_runfiles) 296 return runfiles
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | build_defs.bzl | 39 # --- begin runfiles.bash initialization v2 --- 40 # Copy-pasted from the Bazel Bash runfiles library v2. 41 set -uo pipefail; f=bazel_tools/tools/bash/runfiles/runfiles.bash 44 source "$0.runfiles/$f" 2>/dev/null || \ 48 # --- end runfiles.bash initialization v2 ---
|
/external/brotli/scripts/ |
D | fix-win-bazel-build.py | 15 runfiles = match[:-len('_manifest')] variable 28 dst = os.path.join(runfiles, alias)
|
/external/tflite-support/tensorflow_lite_support/tools/pip_package/ |
D | BUILD | 47 # On Windows, python binary is a zip file of runfiles tree. 48 # Add everything to its data dependency for generating a runfiles tree
|
D | build_pip_package.sh | 71 …sorflow_lite_support/tools/pip_package/simple_console_for_windows_unzip/runfiles/org_tensorflow_li… 80 …RUNFILES=bazel-bin/tensorflow_lite_support/tools/pip_package/build_pip_package.runfiles/org_tensor…
|
/external/starlark-go/syntax/testdata/ |
D | scan.star | 339 runfiles = ctx.runfiles(files = dylibs, collect_data = True) 341 runfiles = runfiles.merge(d) 346 runfiles = runfiles, 523 runfiles = lib_result.runfiles, 595 runfiles = ctx.runfiles(files = [ctx.outputs.executable]) 596 runfiles = runfiles.merge(lib_result.runfiles) 599 runfiles = runfiles, 1103 runfiles = ctx.runfiles(collect_data = True) 1104 runfiles = runfiles.merge(ctx.attr.src.data_runfiles) 1109 runfiles = runfiles,
|
/external/google-fruit/configuration/bazel/ |
D | build_defs.bzl | 91 …DefaultInfo(files = depset([merged_output_file]), runfiles = ctx.runfiles(files = [merged_output_f…
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/ |
D | BUILD | 90 deps = ["@bazel_tools//tools/bash/runfiles"],
|
/external/bazelbuild-rules_android/rules/android_library/ |
D | impl.bzl | 478 runfiles = ctx.runfiles( 495 runfiles = runfiles,
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | BUILD | 282 deps = ["@bazel_tools//tools/bash/runfiles"],
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | lua_proto_library.bzl | 68 data_runfiles = ctx.runfiles(files = files.to_list()),
|
/external/bazelbuild-rules_android/rules/aar_import/ |
D | impl.bzl | 543 runfiles = ctx.runfiles(),
|
/external/opencensus-java/ |
D | RELEASING.md | 264 /usr/local/.../generate_workspace.runfiles/__main__/generate_workspace.bzl
|
/external/tensorflow/tensorflow/core/platform/ |
D | BUILD | 1192 "/some/path/to/pythontest.runfiles/org_tensorflow/stuff/to/run.py",
|
/external/tensorflow/tensorflow/ |
D | tensorflow.bzl | 2146 # inefficient if the py_test zips all runfiles, plus we don't need them when running
|