/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | eager_operation_test.cc | 25 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()
|
D | custom_device_op_handler.cc | 71 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/ |
D | description.c | 287 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/ |
D | node_expansion_pass.cc | 66 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/ |
D | audio_device_module_win.h | 38 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;
|
D | audio_device_module_win.cc | 197 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()
|
D | core_audio_output_win.h | 42 int DeviceName(int index, std::string* name, std::string* guid) override;
|
D | core_audio_input_win.h | 42 int DeviceName(int index, std::string* name, std::string* guid) override;
|
D | core_audio_output_win.cc | 78 int CoreAudioOutput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioOutput 84 return CoreAudioBase::DeviceName(index, name, guid); in DeviceName()
|
D | core_audio_input_win.cc | 80 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/ |
D | screen_capture_utils.cc | 48 device_names->push_back(rtc::ToUtf8(device.DeviceName)); in GetScreenList() 98 result = EnumDisplaySettingsExW(device.DeviceName, ENUM_CURRENT_SETTINGS, in GetScreenRect()
|
/external/tensorflow/tensorflow/go/ |
D | tensor_handle.go | 114 func (th *TensorHandle) DeviceName() (string, error) { func 133 return th.DeviceName()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_gatt_client_utils.py | 557 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/ |
D | wrapper_operation.cc | 34 const string& WrapperOperation::DeviceName() const { in DeviceName() function in tensorflow::WrapperOperation 35 return parent_op_->DeviceName(); in DeviceName()
|
/external/tensorflow/tensorflow/core/framework/ |
D | types.cc | 43 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/ |
D | NuggetClient.h | 93 const std::string& DeviceName() const;
|
/external/skqp/tools/ |
D | get_current_monitor_profile.cpp | 42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL); in main()
|
/external/tensorflow/tensorflow/c/eager/ |
D | immediate_execution_tensor_handle.h | 44 virtual const char* DeviceName(Status* status) const = 0;
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 472 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/ |
D | screenshot.c | 164 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL); in ReadSCREENSHOTImage()
|
/external/tensorflow/tensorflow/c/experimental/gradients/tape/ |
D | tape_operation.cc | 47 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/ |
D | composite_device_test.cc | 68 TEST(CompositeDeviceTest, DeviceName) { in TEST() argument
|
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 360 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/ |
D | NuggetClient.cpp | 103 const std::string& NuggetClient::DeviceName() const { in DeviceName() function in nos::NuggetClient
|