Home
last modified time | relevance | path

Searched defs:GetDeviceName (Results 1 – 14 of 14) sorted by relevance

/external/perfetto/src/trace_processor/importers/ftrace/
Diostat_tracker.cc31 std::string IostatTracker::GetDeviceName(uint64_t dev_num) { in GetDeviceName() function in perfetto::trace_processor::IostatTracker
/external/webrtc/modules/desktop_capture/win/
Ddxgi_adapter_duplicator.cc157 const std::string& DxgiAdapterDuplicator::GetDeviceName(int id) const { in GetDeviceName() function in webrtc::DxgiAdapterDuplicator
/external/webrtc/modules/video_capture/linux/
Ddevice_info_v4l2.cc65 int32_t DeviceInfoV4l2::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoV4l2
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dexecution_metadata_exporter.cc58 llvm::Optional<std::string> GetDeviceName(mlir::Operation* op) { in GetDeviceName() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc213 absl::string_view GetDeviceName(const Node* node) { in GetDeviceName() function
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc105 int32_t DeviceInfoDS::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoDS
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc401 bool GetDeviceName(TFE_Context* ctx, string* device_name, in GetDeviceName() function
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc756 AudioDeviceName GetDeviceName(IMMDevice* device) { in GetDeviceName() function
/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc1649 int32_t AudioDeviceMac::GetDeviceName(const AudioObjectPropertyScope scope, in GetDeviceName() function in webrtc::AudioDeviceMac
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc333 /* static */ port::Status GpuDriver::GetDeviceName(hipDevice_t device, in GetDeviceName() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.cc291 /* static */ port::Status GpuDriver::GetDeviceName(CUdevice device, in GetDeviceName() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc349 string ProcessFunctionLibraryRuntime::GetDeviceName( in GetDeviceName() function in tensorflow::ProcessFunctionLibraryRuntime
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.cc1949 string GetDeviceName(const NodeDef& node) { return node.device(); } in GetDeviceName() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3546 const char* GetDeviceName(PyObject* py_device_name) { function