Home
last modified time | relevance | path

Searched refs:DeviceName (Results 1 – 25 of 71) sorted by relevance

123

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation_test.cc25 TEST(EagerOperationTest, DeviceName) { in TEST() argument
36 EXPECT_EQ("/device:DONTHAVE:*", op->DeviceName()); in TEST()
39 EXPECT_EQ("", op->DeviceName()); in TEST()
42 EXPECT_EQ("/job:localhost", op->DeviceName()); in TEST()
Dcustom_device_op_handler.cc71 auto target_device = op->DeviceName(); in Execute()
115 const char* handle_device_name = handle->DeviceName(status); in CopyTensorHandleToDevice()
134 if (!FindCustomDeviceFromName(op.DeviceName(), device) && in MaybePinToCustomDevice()
191 if (*device == nullptr && op.DeviceName().empty() && first != nullptr) { in MaybePinToCustomDevice()
/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddescription.c287 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname()
300 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname()
313 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname()
326 DBG("Unknown card name %s!\n", drvid->DeviceName); in d3d_fill_cardname()
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dnode_expansion_pass.cc66 orig_op->MutableAttrs()->CacheKey(orig_op->DeviceName()); in Run()
81 new_op->Reset(fname.c_str(), orig_op->DeviceName().c_str())); in Run()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dop_cache.h141 string_view DeviceName() { return device_name_; } in DeviceName() function
173 {key.DeviceName().data(), key.DeviceName().size()})); in operator()
/external/webrtc/modules/audio_device/win/
Daudio_device_module_win.h38 virtual int DeviceName(int index, std::string* name, std::string* guid) = 0;
62 virtual int DeviceName(int index, std::string* name, std::string* guid) = 0;
Daudio_device_module_win.cc197 ret = output_->DeviceName(index, &name_str, &guid_str); in PlayoutDeviceName()
200 ret = output_->DeviceName(index, &name_str, nullptr); in PlayoutDeviceName()
214 ret = input_->DeviceName(index, &name_str, &guid_str); in RecordingDeviceName()
217 ret = input_->DeviceName(index, &name_str, nullptr); in RecordingDeviceName()
Dcore_audio_output_win.cc77 int CoreAudioOutput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioOutput
83 return CoreAudioBase::DeviceName(index, name, guid); in DeviceName()
Dcore_audio_input_win.h42 int DeviceName(int index, std::string* name, std::string* guid) override;
Dcore_audio_output_win.h42 int DeviceName(int index, std::string* name, std::string* guid) override;
Dcore_audio_input_win.cc80 int CoreAudioInput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioInput
86 return CoreAudioBase::DeviceName(index, name, guid); in DeviceName()
/external/tensorflow/tensorflow/core/tfrt/eager/core_runtime/
Dop_handler_selector.cc58 auto device_name = handle->DeviceName(&s); in SelectFromArguments()
90 const auto& requested_device = op.DeviceName(); in SelectFromNodeDef()
/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py558 DeviceName = GATT_Characteristic(self.DeviceNameUUID, None, None)
559 DeviceName.properties = {
560 'UUID': DeviceName.uuid,
566 GenericAccessProfile.add_characteristic(DeviceName)
/external/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.cc56 device_names->push_back(rtc::ToUtf8(device.DeviceName)); in GetScreenList()
172 result = EnumDisplaySettingsExW(device.DeviceName, ENUM_CURRENT_SETTINGS, in GetScreenRect()
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dpeer.h34 std::optional<DeviceName> name;
Dtypes.h28 using DeviceName = std::string_view; variable
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dbond_data.h44 std::optional<DeviceName> name;
/external/tensorflow/tensorflow/core/framework/
Dtypes.cc84 const std::string DeviceName<Eigen::ThreadPoolDevice>::value = DEVICE_CPU;
87 const std::string DeviceName<Eigen::GpuDevice>::value = DEVICE_GPU;
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_tensor_handle.cc38 const char* device_name = DeviceName(&s); in DebugString()
Dimmediate_execution_tensor_handle.h49 virtual const char* DeviceName(Status* status) const = 0;
/external/nos/host/generic/libnos/include/nos/
DNuggetClient.h109 const std::string& DeviceName() const;
/external/skia/tools/
Dget_current_monitor_profile.cpp42 HDC dc = CreateDC(nullptr, dd.DeviceName, nullptr, nullptr); in main()
/external/ImageMagick/coders/
Dscreenshot.c164 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL); in ReadSCREENSHOTImage()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc477 const string curr_node_device = DeviceName(curr_node); in Init()
503 const string in_device = DeviceName(input_node); in Init()
642 string SchedulerState::DeviceName(const NodeDef* node) const { in DeviceName() function in tensorflow::grappler::SchedulerState
693 create_channel_device ? ChannelDeviceName(from, to) : DeviceName(from); in CreateSendRecv()
697 send_attr[kAttrSrcDevice].set_s(DeviceName(from)); in CreateSendRecv()
698 send_attr[kAttrDstDevice].set_s(DeviceName(to)); in CreateSendRecv()
711 recv->set_device(DeviceName(to)); in CreateSendRecv()
805 node_state.device_name = DeviceName(node); in GetNodeStateOrCreateIt()
/external/tensorflow/tensorflow/c/experimental/gradients/tape/
Dtape_operation.cc47 const string& TapeOperation::DeviceName() const { in DeviceName() function in tensorflow::gradients::TapeOperation
48 return parent_op_->DeviceName(); in DeviceName()

123