Searched refs:new_executable (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/ |
H A D | transitions.bzl | 31 new_executable = None 43 new_executable = ctx.actions.declare_file(paths.join(ctx.label.name, new_executable_name)) 45 output = new_executable, 49 files = depset(direct = [new_executable], transitive = [files]) 50 runfiles = runfiles.merge(ctx.runfiles([new_executable])) 56 executable = new_executable,
|
/aosp_15_r20/external/bazelbuild-platforms/experimental/platform_data/ |
H A D | defs.bzl | 48 new_executable = ctx.actions.declare_file(ctx.attr.name) 51 output = new_executable, 56 files = depset(direct = [new_executable], transitive = [files]) 57 runfiles = runfiles.merge(ctx.runfiles([new_executable])) 63 executable = new_executable,
|
/aosp_15_r20/external/bazelbuild-rules_go/go/private/rules/ |
H A D | cross.bzl | 61 new_executable = ctx.actions.declare_file(ctx.attr.name) 62 ctx.actions.symlink(output = new_executable, target_file = old_executable) 64 files = depset([new_executable]), 66 executable = new_executable,
|
H A D | transition.bzl | 269 new_executable = None 276 …new_executable = ctx.actions.declare_file(paths.join(ctx.label.name, original_executable.basename)) 278 output = new_executable, 282 default_runfiles = default_runfiles.merge(ctx.runfiles([new_executable])) 289 executable = new_executable,
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | get_compiler_ir.cc | 190 xla::Executable* new_executable = executable->executable(); in GetCompilerIr() local 192 return new_executable->module().ToProto().SerializeAsString(); in GetCompilerIr() 194 return new_executable->module().ToString(); in GetCompilerIr()
|