/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() 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/ |
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/tensorflow/tensorflow/core/tfrt/eager/ |
D | op_cache.h | 141 string_view DeviceName() { return device_name_; } in DeviceName() function 173 {key.DeviceName().data(), key.DeviceName().size()})); in operator()
|
/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.cc | 77 int CoreAudioOutput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioOutput 83 return CoreAudioBase::DeviceName(index, name, guid); in DeviceName()
|
D | core_audio_input_win.h | 42 int DeviceName(int index, std::string* name, std::string* guid) override;
|
D | core_audio_output_win.h | 42 int DeviceName(int index, std::string* name, std::string* guid) override;
|
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/tensorflow/tensorflow/core/tfrt/eager/core_runtime/ |
D | op_handler_selector.cc | 58 auto device_name = handle->DeviceName(&s); in SelectFromArguments() 90 const auto& requested_device = op.DeviceName(); in SelectFromNodeDef()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_gatt_client_utils.py | 558 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/ |
D | screen_capture_utils.cc | 56 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/ |
D | peer.h | 34 std::optional<DeviceName> name;
|
D | types.h | 28 using DeviceName = std::string_view; variable
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
D | bond_data.h | 44 std::optional<DeviceName> name;
|
/external/tensorflow/tensorflow/core/framework/ |
D | types.cc | 84 const std::string DeviceName<Eigen::ThreadPoolDevice>::value = DEVICE_CPU; 87 const std::string DeviceName<Eigen::GpuDevice>::value = DEVICE_GPU;
|
/external/tensorflow/tensorflow/c/eager/ |
D | immediate_execution_tensor_handle.cc | 38 const char* device_name = DeviceName(&s); in DebugString()
|
D | immediate_execution_tensor_handle.h | 49 virtual const char* DeviceName(Status* status) const = 0;
|
/external/nos/host/generic/libnos/include/nos/ |
D | NuggetClient.h | 109 const std::string& DeviceName() const;
|
/external/skia/tools/ |
D | get_current_monitor_profile.cpp | 42 HDC dc = CreateDC(nullptr, dd.DeviceName, nullptr, nullptr); in main()
|
/external/ImageMagick/coders/ |
D | screenshot.c | 164 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL); in ReadSCREENSHOTImage()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 477 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/ |
D | tape_operation.cc | 47 const string& TapeOperation::DeviceName() const { in DeviceName() function in tensorflow::gradients::TapeOperation 48 return parent_op_->DeviceName(); in DeviceName()
|