Home
last modified time | relevance | path

Searched refs:machine_type (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/third_party/remote_config/
Dremote_platform_configure.bzl15 machine_type = repository_ctx.execute(["bash", "-c", "echo $MACHTYPE"]).stdout
16 if (machine_type.startswith("ppc") or
17 machine_type.startswith("powerpc")):
19 elif machine_type.startswith("s390x"):
21 elif machine_type.startswith("aarch64"):
23 elif machine_type.startswith("arm64"):
25 elif machine_type.startswith("arm"):
27 elif machine_type.startswith("mips64"):
29 elif machine_type.startswith("riscv64"):
/external/toolchain-utils/
Dlock_machine.py159 def PrintStatus(self, m, state, machine_type): argument
169 (m, state['board'], '\t\t' if machine_type == MachineType.LOCAL else
174 machine_type == MachineType.LOCAL else ''))
207 machine_type = self.GetMachineType(m)
209 self.PrintStatus(m, state, machine_type)
270 machine_type = self.GetMachineType(m)
271 if machine_type == MachineType.SKYLAB:
273 elif machine_type == MachineType.LOCAL:
278 '%s %s machine succeeded: %s.' % (action, machine_type.value, m))
282 '%s %s machine failed: %s.' % (action, machine_type.value, m))
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_win.cpp57 int machine_type = IMAGE_FILE_MACHINE_AMD64; in UnwindSlow() local
62 int machine_type = IMAGE_FILE_MACHINE_I386; in UnwindSlow() local
70 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in UnwindSlow()
/external/kernel-headers/original/uapi/linux/
Da.out.h16 enum machine_type { enum
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
/external/toolchain-utils/crosperf/
Dexperiment_runner.py143 machine_type = self._GetMachineType(experiment.lock_mgr, m)
144 if machine_type == 'local':
146 elif machine_type == 'skylab':
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc738 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local
743 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local
751 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in SlowUnwindStackWithContext()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1095 DWORD machine_type; in GetModuleInfo() local
1097 if (global->get_machineType(&machine_type) == S_OK) { in GetModuleInfo()
1103 info->cpu = FileHeaderMachineToCpuString(static_cast<WORD>(machine_type)); in GetModuleInfo()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py1370 def create_instance_template(gcp, name, network, source_image, machine_type, argument
1378 'machineType': machine_type,
2083 args.source_image, args.machine_type,
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py328 machine_type = f.uint16()