Home
last modified time | relevance | path

Searched refs:device_key (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor_manager.cc21 std::string device_key = device_name + "_" + std::to_string(device_id); in GetExecutor() local
22 auto iter = executors_.find(device_key); in GetExecutor()
27 executors_[device_key] = executor; in GetExecutor()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioutils.cpp34 HKEY device_key = nullptr; in gst_asio_enum_check_class_root() local
46 status = RegOpenKeyExW (root_key, clsid, 0, KEY_READ, &device_key); in gst_asio_enum_check_class_root()
51 status = RegOpenKeyExW (device_key, in gst_asio_enum_check_class_root()
74 if (device_key) in gst_asio_enum_check_class_root()
75 RegCloseKey (device_key); in gst_asio_enum_check_class_root()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime_manager.cc67 std::string device_key = device_name + "_" + std::to_string(device_id); in GetDeviceKey() local
68 return device_key; in GetDeviceKey()