Searched refs:device_types (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.i | 233 std::unordered_map<string, std::vector<string>> device_types; in TF_GetSupportedDevices() local 235 device_types[dev.second.type()].push_back(dev.first); in TF_GetSupportedDevices() 242 for (const auto& dev : device_types) { in TF_GetSupportedDevices() 291 auto it = device_types.find(type); in TF_GetSupportedDevices() 292 CHECK(it != device_types.end()); in TF_GetSupportedDevices()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 109 std::vector<DeviceType> device_types; member 134 if (info.device_types[src->id()] != DEVICE_CPU) { in NeedSameDeviceSendRecv() 149 if (info.device_types[dst->id()] != DEVICE_CPU) { in IsDstInputOnHost() 553 info->device_types.resize(g.num_node_ids(), DEVICE_CPU); in BuildMemoryDeviceInfo() 567 info->device_types[node_id] = DeviceType(parsed.type); in BuildMemoryDeviceInfo()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | colocation_graph.cc | 141 bool HasPriorities(const PrioritizedDeviceTypeVector& device_types) { in HasPriorities() argument 142 for (const auto& prioritized_device_type : device_types) { in HasPriorities()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 981 const u8 *device_types, in wpa_drv_p2p_lo_start() argument 988 interval, count, device_types, in wpa_drv_p2p_lo_start()
|
D | p2p_supplicant.c | 9511 u8 *device_types; in wpas_p2p_lo_start() local 9537 device_types = os_malloc(dev_types_len); in wpas_p2p_lo_start() 9538 if (!device_types) in wpas_p2p_lo_start() 9540 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_lo_start() 9541 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type, in wpas_p2p_lo_start() 9547 os_free(device_types); in wpas_p2p_lo_start() 9552 device_types, dev_types_len, in wpas_p2p_lo_start() 9558 os_free(device_types); in wpas_p2p_lo_start()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 4070 const u8 *device_types, size_t dev_types_len,
|
D | driver_nl80211.c | 10252 unsigned int count, const u8 *device_types, in nl80211_p2p_lo_start() argument 10288 dev_types_len, device_types) || in nl80211_p2p_lo_start()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 1331 PrioritizedDeviceTypeVector* device_types);
|