Home
last modified time | relevance | path

Searched defs:DeviceName (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/external/google-cloud-java/java-iot/proto-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/
H A DDeviceName.java31 public class DeviceName implements ResourceName { class
42 protected DeviceName() { in DeviceName() method in DeviceName
49 private DeviceName(Builder builder) { in DeviceName() method in DeviceName
/aosp_15_r20/hardware/interfaces/automotive/ivn_android_device/impl/default/config/
H A DDefaultConfig.json24 "DeviceName": "MyDevice", string
50 "DeviceName": "MyDevice", string
/aosp_15_r20/external/aws-sdk-java-v2/services/sagemakeredge/src/main/resources/codegen-resources/
H A Dservice-2.json199 "DeviceName":{ object
289 "DeviceName":{ object
315 "DeviceName":{ object
420 "DeviceName":{ object
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddsconf.h71 LPSTR DeviceName; member
78 LPWSTR DeviceName; member
Dmultimon.h77 CHAR DeviceName[32]; member
86 WCHAR DeviceName[32]; member
Drasshost.h31 CHAR DeviceName[MAX_DEVICE_NAME+1]; member
Ddxgi1_6.h71 WCHAR DeviceName[32]; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dmountmgr.h92 WCHAR DeviceName[1]; member
113 WCHAR DeviceName[1]; member
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtypes.h84 struct DeviceName {}; struct
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
H A Dop_handler_selector_test.cc134 const char* DeviceName(Status* status) const override { in DeviceName() function in tfrt::tf::__anon6788e1330111::FakeTensorHandle
184 const std::string& DeviceName() const override { return device_name_; } in DeviceName() function in tfrt::tf::__anon6788e1330111::FakeOperation
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_operation_test.cc25 TEST(EagerOperationTest, DeviceName) { in TEST() argument
H A Dcustom_device.h89 const char* DeviceName(Status* status) const override { in DeviceName() function
H A Deager_operation.h56 const string& DeviceName() const override { return device_name_; } in DeviceName() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcomposite_device_test.cc68 TEST(CompositeDeviceTest, DeviceName) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dtensor_handle.go115 func (th *TensorHandle) DeviceName() (string, error) { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dunion_find.h137 const DeviceNameUtils::ParsedName& DeviceName() const { return device_name_; } in DeviceName() function
/aosp_15_r20/external/nos/host/generic/libnos/
DNuggetClient.cpp112 const std::string& NuggetClient::DeviceName() const { in DeviceName() function in nos::NuggetClient
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dop_cache.h141 string_view DeviceName() { return device_name_; } in DeviceName() function
H A Dc_api_tfrt.h492 const std::string& DeviceName() const override { return device_name_; } in DeviceName() function
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Dcore_audio_output_win.cc77 int CoreAudioOutput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioOutput
H A Dcore_audio_input_win.cc80 int CoreAudioInput::DeviceName(int index, in DeviceName() function in webrtc::webrtc_win::CoreAudioInput
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/
H A Dtypes.h28 using DeviceName = std::string_view; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Druntime_fallback_op_handler.cc65 tfrt::string_view DeviceName() const { return device_->name(); } in DeviceName() function in tensorflow::tfd::RuntimeFallbackOpHandler
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/gradients/tape/
H A Dtape_operation.cc47 const string& TapeOperation::DeviceName() const { in DeviceName() function in tensorflow::gradients::TapeOperation
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddevice_name_utils.cc79 static string DeviceName(const string& job, int replica, int task, in DeviceName() function

1234