Home
last modified time | relevance | path

Searched defs:device_name (Results 1 – 25 of 219) sorted by relevance

123456789

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py250 def device_name_to_device_path(device_name): argument
388 def device_name(self): member in DebugTensorDatum
524 def _load_device_dumps(self, device_name, device_root): argument
625 def _create_tensor_watch_maps(self, device_name): argument
801 def _find_partition_graph(self, partition_graphs, device_name): argument
819 def _validate_dump_with_graphs(self, device_name): argument
889 def _satisfied_at_timestamp(self, device_name, pending, timestamp, start_i=0): argument
988 def _infer_device_name(self, device_name, node_name): argument
1022 def nodes(self, device_name=None): argument
1048 def node_attributes(self, node_name, device_name=None): argument
[all …]
/external/autotest/client/cros/multimedia/
Dinput_facade_native.py41 def initialize_input_recorder(self, device_name, uniq): argument
57 def clear_input_events(self, device_name): argument
70 def start_input_recorder(self, device_name): argument
83 def stop_input_recorder(self, device_name): argument
96 def get_input_events(self, device_name): argument
/external/autotest/server/cros/multimedia/
Dinput_facade_adapter.py52 def initialize_input_recorder(self, device_name, uniq=None): argument
60 def clear_input_events(self, device_name): argument
69 def start_input_recorder(self, device_name): argument
78 def stop_input_recorder(self, device_name): argument
87 def get_input_events(self, device_name): argument
/external/mesa3d/.gitlab-ci/tracie/
Ddump_trace_images.py70 def dump_with_apitrace(retrace_cmd, trace_path, calls, device_name): argument
82 def dump_with_renderdoc(trace_path, calls, device_name): argument
90 def dump_with_gfxreconstruct(trace_path, calls, device_name): argument
116 def dump_with_testtrace(trace_path, calls, device_name): argument
132 def dump_from_trace(trace_path, calls, device_name): argument
Dtracie.py32 def replay(trace_path, device_name): argument
147 def gitlab_check_trace(project_url, device_name, trace, expectation): argument
190 def write_junit_xml(junit_xml_path, traces_filename, device_name, results): argument
223 def run(filename, device_name): argument
/external/tensorflow/tensorflow/python/debug/cli/
Devaluator_test.py149 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
163 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
180 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
193 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
219 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
235 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_partial.cc30 const string& device_name, DeviceLocality* locality) { in GetDeviceLocalityNonBlocking()
40 void WorkerCachePartial::GetDeviceLocalityAsync(const string& device_name, in GetDeviceLocalityAsync()
57 Status WorkerCachePartial::RefreshDeviceStatus(const string& device_name) { in RefreshDeviceStatus()
Dcollective_param_resolver_distributed_test.cc183 string device_name = in DefineCollectiveParams() local
217 string device_name = strings::StrCat(task_name, "/device:CPU:", di); in IssueRequests() local
223 void IssueRequest(const string& task_name, const string& device_name, in IssueRequest()
259 string device_name = strings::StrCat(task_name, "/device:CPU:", di); in ValidateCollectiveParams() local
282 for (const string& device_name : cp.group.device_names) { in ValidateDeviceResolver() local
295 string device_name = in RestartWorker() local
351 const string device_name = absl::StrCat(task_name, "/device:CPU:0"); in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dsharding_util.cc57 const string& device_name, int num_cores_per_replica, in ParseShardingFromDevice()
90 const string& device_name = node_def.device(); in ParseShardingFromDevice() local
102 string device_name = node.assigned_device_name(); in ParseShardingFromDevice() local
140 string device_name = src.assigned_device_name(); in SetShardingDeviceAssignmentFromNode() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_node_key.cc27 DebugNodeKey::DebugNodeKey(const string& device_name, const string& node_name, in DebugNodeKey()
46 const string DebugNodeKey::DeviceNameToDevicePath(const string& device_name) { in DeviceNameToDevicePath()
/external/autotest/client/site_tests/audio_Aplay/
Daudio_Aplay.py21 def _play_audio(device_name, duration=1): argument
67 def _check_play(device_name, duration, expected): argument
/external/tensorflow/tensorflow/core/common_runtime/
Dcomposite_device.cc31 const string device_name = DeviceNameUtils::ParsedNameToString(parsed_name); in MakeDevice() local
36 const std::vector<string>& underlying_devices, const string& device_name, in MakeDevice()
Dscoped_allocator_mgr.h76 explicit ScopedAllocatorMgr(const std::string& device_name) in ScopedAllocatorMgr()
101 const std::string& device_name() const { return device_name_; } in device_name() function
Dmemory_types.cc122 const string& device_name, bool host, const Edge* edge) { in Send()
138 const string& device_name, bool host, const Edge* edge) { in Recv()
155 const string& device_name, Graph* g) { in EnsureMemoryTypes()
/external/autotest/client/site_tests/policy_DeviceDockMacAddressSource/
Dpolicy_DeviceDockMacAddressSource.py35 def _get_dock_mac(self, device_name): argument
53 def _get_dut_mac(self, device_name): argument
/external/libusb/examples/
Dtestlibusb.c241 static int test_wrapped_device(const char *device_name) in test_wrapped_device()
262 static int test_wrapped_device(const char *device_name) in test_wrapped_device()
272 const char *device_name = NULL; in main() local
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.cc111 void AddSymbolicExecutionDevice(const absl::string_view device_name) { in AddSymbolicExecutionDevice()
115 bool IsSymbolicExecutionDevice(const absl::string_view device_name) { in IsSymbolicExecutionDevice()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto179 string device_name = 5; field
221 string device_name = 1; field
299 string device_name = 6; field
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc392 string GetDeviceClassForNonChannelDevice(const string& device_name) { in GetDeviceClassForNonChannelDevice()
414 string GetDeviceClass(const string& device_name) { in GetDeviceClass()
445 const auto& device_name = dev_stat.device(); in GetStatsStringFromRunMetadata() local
465 const auto& device_name = device_hist.first; in GetStatsStringFromRunMetadata() local
481 const auto& device_name = device_hist.first; in GetStatsStringFromRunMetadata() local
/external/webrtc/modules/audio_device/
Daudio_device_name.cc19 AudioDeviceName::AudioDeviceName(std::string device_name, std::string unique_id) in AudioDeviceName()
/external/autotest/client/bin/
Dpartition.py78 def get_iosched_path(device_name, component): argument
789 def get_io_scheduler_list(self, device_name): argument
794 def get_io_scheduler(self, device_name): argument
799 def set_io_scheduler(self, device_name, name): argument
807 def __sched_path(self, device_name): argument
/external/autotest/client/bin/input/
Dinput_event_recorder.py150 def __init__(self, device_name, uniq): argument
169 def get_device_node_by_name(self, device_name, uniq): argument
/external/tensorflow/tensorflow/python/framework/
Dpython_tensor_converter.h46 const char* device_name) in PythonTensorConverter()
/external/e2fsprogs/misc/
De2freefrag.c327 static void close_device(char *device_name, ext2_filsys fs) in close_device()
363 static void open_device(char *device_name, ext2_filsys *fs) in open_device()
397 char *device_name; in do_freefrag() local
/external/e2fsprogs/debugfs/
De2freefrag.c327 static void close_device(char *device_name, ext2_filsys fs) in close_device()
363 static void open_device(char *device_name, ext2_filsys *fs) in open_device()
397 char *device_name; in do_freefrag() local

123456789