Home
last modified time | relevance | path

Searched refs:DeviceName (Results 1 – 25 of 67) 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()
101 if (!FindCustomDeviceFromName(op.DeviceName(), device) && in MaybePinToCustomDevice()
158 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/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.h42 int DeviceName(int index, std::string* name, std::string* guid) override;
Dcore_audio_input_win.h42 int DeviceName(int index, std::string* name, std::string* guid) override;
Dcore_audio_output_win.cc78 int CoreAudioOutput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioOutput
84 return CoreAudioBase::DeviceName(index, name, guid); in DeviceName()
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/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.cc48 device_names->push_back(rtc::ToUtf8(device.DeviceName)); in GetScreenList()
98 result = EnumDisplaySettingsExW(device.DeviceName, ENUM_CURRENT_SETTINGS, in GetScreenRect()
/external/tensorflow/tensorflow/go/
Dtensor_handle.go114 func (th *TensorHandle) DeviceName() (string, error) { func
133 return th.DeviceName()
/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py557 DeviceName = GATT_Characteristic(self.DeviceNameUUID, None, None)
558 DeviceName.properties = {
559 'UUID': DeviceName.uuid,
565 GenericAccessProfile.add_characteristic(DeviceName)
/external/tensorflow/tensorflow/c/experimental/op_handler/
Dwrapper_operation.cc34 const string& WrapperOperation::DeviceName() const { in DeviceName() function in tensorflow::WrapperOperation
35 return parent_op_->DeviceName(); in DeviceName()
/external/tensorflow/tensorflow/core/framework/
Dtypes.cc43 const std::string DeviceName<Eigen::ThreadPoolDevice>::value = DEVICE_CPU;
46 const std::string DeviceName<Eigen::GpuDevice>::value = DEVICE_GPU;
/external/nos/host/generic/libnos/include/nos/
DNuggetClient.h93 const std::string& DeviceName() const;
/external/skqp/tools/
Dget_current_monitor_profile.cpp42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
/external/skia/tools/
Dget_current_monitor_profile.cpp42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_tensor_handle.h44 virtual const char* DeviceName(Status* status) const = 0;
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc472 const string curr_node_device = DeviceName(curr_node); in Init()
498 const string in_device = DeviceName(input_node); in Init()
637 string SchedulerState::DeviceName(const NodeDef* node) const { in DeviceName() function in tensorflow::grappler::SchedulerState
688 create_channel_device ? ChannelDeviceName(from, to) : DeviceName(from); in CreateSendRecv()
692 send_attr[kAttrSrcDevice].set_s(DeviceName(from)); in CreateSendRecv()
693 send_attr[kAttrDstDevice].set_s(DeviceName(to)); in CreateSendRecv()
706 recv->set_device(DeviceName(to)); in CreateSendRecv()
800 node_state.device_name = DeviceName(node); in GetNodeStateOrCreateIt()
/external/ImageMagick/coders/
Dscreenshot.c164 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL); in ReadSCREENSHOTImage()
/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()
/external/tensorflow/tensorflow/core/common_runtime/
Dcomposite_device_test.cc68 TEST(CompositeDeviceTest, DeviceName) { in TEST() argument
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c360 char DeviceName[256]; in initContextCL() local
397 Ret = clGetDeviceInfoFcnPtr(DeviceID, CL_DEVICE_NAME, sizeof(DeviceName), in initContextCL()
398 DeviceName, &DeviceNameRetSize); in initContextCL()
401 debug_print("> Running on GPU device %d : %s.\n", DeviceID, DeviceName); in initContextCL()
1168 char DeviceName[256]; in initContextCUDA() local
1198 CuDeviceGetNameFcnPtr(DeviceName, 256, Device); in initContextCUDA()
1199 debug_print("> Running on GPU device %d : %s.\n", DeviceID, DeviceName); in initContextCUDA()
/external/nos/host/generic/libnos/
DNuggetClient.cpp103 const std::string& NuggetClient::DeviceName() const { in DeviceName() function in nos::NuggetClient

123