HomeSort by relevance Sort by last modified time
    Searched defs:device_type (Results 1 - 25 of 29) sorted by null

1 2

  /external/u-boot/arch/x86/cpu/
cpu_x86.c 67 const char *device_type; local
69 device_type = fdt_getprop(gd->fdt_blob, cpu,
70 "device_type", NULL);
71 if (!device_type)
73 if (strcmp(device_type, "cpu") == 0)
  /external/tensorflow/tensorflow/core/kernels/
constant_op_test.cc 51 DeviceType device_type = DEVICE_CPU; local
54 DeviceType device_type = DEVICE_GPU; local
60 std::unique_ptr<OpKernel> op(CreateOpKernel(device_type, device.get(),
  /external/tensorflow/tensorflow/compiler/jit/kernels/
xla_ops.h 39 explicit XlaPlatformInfo(const DeviceType device_type,
44 : device_type_(device_type),
61 DeviceType device_type() const { return device_type_; } function in class:tensorflow::XlaPlatformInfo
xla_ops.cc 61 DeviceType device_type = ctx->device_type(); local
67 if (ctx->device_type() == DeviceType(DEVICE_CPU)) {
69 } else if (ctx->device_type() == DeviceType(DEVICE_GPU)) {
100 return XlaPlatformInfo(device_type, platform_id, xla_device_metadata,
244 if (!XlaOpRegistry::GetCompilationDevice(platform_info.device_type().type(),
247 platform_info.device_type().type());
288 options.device_type = cache->device_type();
336 if (!s.ok() && (platform_info_.device_type().type_string() == DEVICE_CPU |
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 46 XlaCompilationCache(xla::LocalClient* client, DeviceType device_type);
89 const DeviceType& device_type() const { return device_type_; } function in class:tensorflow::XlaCompilationCache
  /external/tensorflow/tensorflow/core/common_runtime/
device.h 75 // with the same device_type() are expected to perform similarly
77 const string& device_type() const { return device_attributes_.device_type(); } function in class:tensorflow::Device
constant_folding.cc 490 DeviceType device_type = partition_device local
491 ? DeviceType{partition_device->device_type()}
493 if (partition_device && device_type != DEVICE_CPU) {
496 if (!MemoryTypesForNode(graph->op_registry(), device_type,
534 if (!FindKernelDef(device_type, def, &kdef, nullptr).ok()) {
process_function_library_runtime.cc 164 string device_type = device->parsed_name().type; local
165 if (device_type == "CPU" || device_type == "TPU_SYSTEM") {
169 if (device_type == "GPU" || device_type == "TPU") {
176 return errors::Internal("Device type: ", device_type,
    [all...]
function.cc 588 auto device_type = DeviceType(device_->attributes().device_type()); local
590 device_type, device_, device_->GetAllocator(AllocatorAttributes()), &ndef,
876 TF_RETURN_IF_ERROR(EnsureMemoryTypes(DeviceType(device()->device_type()),
    [all...]
  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 101 DeviceType device_type = DeviceType{device->device_type()}; local
145 TF_RETURN_IF_ERROR(MemoryTypeForOutput(device_type, graph, src_node,
151 graph, device_type, memory_type == HOST_MEMORY, src_node->name(),
267 Graph* graph, const DeviceType device_type, const bool is_host_memory,
310 Status s = FindKernelDef(device_type, node_def, &kdef, nullptr);
464 if (!FindKernelDef(DeviceType(device.device_type()), node_def, &kdef, nullptr)
  /external/tensorflow/tensorflow/core/distributed_runtime/
collective_rma_distributed_test.cc 185 string device_type = "CPU"; variable
195 DefineWorker(config, name, device_type, num_devices);
213 const string& device_type, int num_devices) {
217 device_type,
218 strings::StrCat(worker_name, "/device:", device_type, ":", i)));
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 285 DeviceType device_type = DeviceType(""); member in struct:tensorflow::XlaCompiler::Options
  /external/tensorflow/tensorflow/python/client/
session.py 582 - device_type: the type of the device (e.g. CPU, GPU, TPU, etc.)
587 def __init__(self, name, device_type, memory_limit_bytes, incarnation):
589 self._device_type = device_type
598 def device_type(self): member in class:_DeviceAttributes
612 self.device_type,
693 - `device_type`: The type of the device (e.g. `CPU`, `GPU`, `TPU`.)
709 device_type = tf_session.TF_DeviceListType(raw_device_list, i)
713 _DeviceAttributes(name, device_type, memory, incarnation))
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
rmnet_ipa_fd_ioctl.h 100 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_lan_client_info
115 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_query_per_client_stats
  /device/google/bonito/sdm710/original-kernel-headers/linux/
rmnet_ipa_fd_ioctl.h 150 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_lan_client_info
178 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_query_per_client_stats
  /device/google/crosshatch/sdm845/kernel-headers/linux/
rmnet_ipa_fd_ioctl.h 100 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_lan_client_info
115 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_query_per_client_stats
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
rmnet_ipa_fd_ioctl.h 150 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_lan_client_info
178 enum ipacm_per_client_device_type device_type; member in struct:wan_ioctl_query_per_client_stats
  /external/tensorflow/tensorflow/core/framework/
collective.h 55 DeviceType device_type; member in struct:tensorflow::CollGroupParams
59 : group_key(0), group_size(0), device_type(DEVICE_CPU), num_tasks(0) {}
op_kernel.h 266 OpKernelConstruction(DeviceType device_type, DeviceBase* device,
348 const DeviceType& device_type() const { return device_type_; } function in class:tensorflow::OpKernelConstruction
    [all...]
  /external/u-boot/board/gdsys/a38x/
hre.c 80 static uint64_t device_type; variable
197 device_type = get_unaligned_be64(buf + 16);
  /external/tensorflow/tensorflow/c/eager/
c_api.cc 72 const auto& device_type = d->attributes().device_type(); local
73 return device_type.find("XLA") != std::string::npos;
    [all...]
  /external/u-boot/board/gdsys/p1022/
controlcenterd-id.c 127 static uint64_t device_type; variable
345 device_type = get_unaligned_be64(buf + 16);
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 1357 int device_type = ::GetDeviceCaps(hDC, TECHNOLOGY); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 706 * device_type - Primary Device Type (WPS)
708 u8 device_type[WPS_DEV_TYPE_LEN]; member in struct:wpa_config
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 80 const char* device_type = TF_DeviceListType(device_list, i, s); local
83 << device_type; local
84 if (string(device_type) == DEVICE_GPU) {
    [all...]

Completed in 1394 milliseconds

1 2