Home
last modified time | relevance | path

Searched refs:device_types (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc319 … std::vector<TypeId> *device_types, std::vector<std::string> *reshape_types, in GenBuilderItem() argument
322 MS_EXCEPTION_IF_NULL(device_types); in GenBuilderItem()
348 device_types->emplace_back(tbe::DtypeToTypeId(kernel_build_info_dtype)); in GenBuilderItem()
360 device_types->emplace_back(tbe::DtypeToTypeId(kernel_build_info_dtype)); in GenBuilderItem()
369 device_types->emplace_back(tbe::DtypeToTypeId(kernel_build_info_dtype)); in GenBuilderItem()
Dtbe_kernel_select.h55 std::vector<TypeId> *device_types, std::vector<std::string> *reshape_types,
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc105 std::vector<TypeId> *device_types) { in SyncDeviceInfoToValueNode() argument
108 MS_EXCEPTION_IF_NULL(device_types); in SyncDeviceInfoToValueNode()
114 device_types->clear(); in SyncDeviceInfoToValueNode()
122 device_types->emplace_back(device_address->type_id()); in SyncDeviceInfoToValueNode()
126 device_types->emplace_back(kTypeUnknown); in SyncDeviceInfoToValueNode()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddriver_i.h991 const u8 *device_types, in wpa_drv_p2p_lo_start() argument
998 interval, count, device_types, in wpa_drv_p2p_lo_start()
Dp2p_supplicant.c9526 u8 *device_types; in wpas_p2p_lo_start() local
9552 device_types = os_malloc(dev_types_len); in wpas_p2p_lo_start()
9553 if (!device_types) in wpas_p2p_lo_start()
9555 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_lo_start()
9556 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type, in wpas_p2p_lo_start()
9562 os_free(device_types); in wpas_p2p_lo_start()
9567 device_types, dev_types_len, in wpas_p2p_lo_start()
9573 os_free(device_types); in wpas_p2p_lo_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddriver_i.h1021 const u8 *device_types, in wpa_drv_p2p_lo_start() argument
1028 interval, count, device_types, in wpa_drv_p2p_lo_start()
Dp2p_supplicant.c10056 u8 *device_types; in wpas_p2p_lo_start() local
10082 device_types = os_malloc(dev_types_len); in wpas_p2p_lo_start()
10083 if (!device_types) in wpas_p2p_lo_start()
10085 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_lo_start()
10086 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type, in wpas_p2p_lo_start()
10092 os_free(device_types); in wpas_p2p_lo_start()
10097 device_types, dev_types_len, in wpas_p2p_lo_start()
10103 os_free(device_types); in wpas_p2p_lo_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h4161 const u8 *device_types, size_t dev_types_len,
Ddriver_nl80211.c10364 unsigned int count, const u8 *device_types, in nl80211_p2p_lo_start() argument
10400 dev_types_len, device_types) || in nl80211_p2p_lo_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h4464 const u8 *device_types, size_t dev_types_len,
Ddriver_nl80211.c11327 unsigned int count, const u8 *device_types, in nl80211_p2p_lo_start() argument
11363 dev_types_len, device_types) || in nl80211_p2p_lo_start()