HomeSort by relevance Sort by last modified time
    Searched refs:device_name (Results 101 - 125 of 318) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/debug/lib/
debug_graphs.py 227 device_name = None
230 device_name = node.device
232 if device_name is None:
236 return device_name
242 def __init__(self, debug_graph_def, device_name=None):
257 self._device_name = device_name
435 def device_name(self): member in class:DebugGraph
grpc_debug_server.py 72 def on_graph_def(self, graph_def, device_name, wall_time):
80 device_name: Name of the device on which the graph was created.
251 device_name = debugger_plugin_metadata["device"]
260 tensor_key = "%s_%s_%d" % (device_name, debug_node_name, timestamp)
292 "<graph_def_hash>,<device_name>,<wall_time>") to a list of chunks of
313 device_name = graph_def_hash_device_timestamp.split(b",")[1]
319 return graph_def, device_name, wall_time
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.cpp 64 int EvdevInjector::ConfigureBegin(const char* device_name, int16_t bustype,
69 device_name, bustype, vendor, product, version);
70 if (!device_name || strlen(device_name) >= UINPUT_MAX_NAME_SIZE) {
88 strncpy(uidev_.name, device_name, UINPUT_MAX_NAME_SIZE);
  /system/core/init/
init_first_stage.cpp 253 const std::string device_name(basename(verity_device.c_str()));
254 const std::string syspath = "/sys/block/" + device_name;
257 auto verity_callback = [&device_name, &verity_device, this, &found](const Uevent& uevent) {
258 if (uevent.device_name == device_name) {
  /external/tensorflow/tensorflow/core/graph/
graph_partition.cc 380 const string& device_name, const string& frame_name,
389 res_node->set_assigned_device_name(device_name);
395 const string& node_name, const string& device_name,
402 res_node->set_assigned_device_name(device_name);
408 const string& device_name,
413 res_node->set_assigned_device_name(device_name);
418 Node* AddControlNext(NodeBuilder::NodeOut input, const string& device_name,
422 res_node->set_assigned_device_name(device_name);
440 Node* AddControlConst(const string& device_name,
444 res_node->set_assigned_device_name(device_name);
484 const string& device_name = edge->dst()->assigned_device_name(); local
661 const string& device_name = edge->dst()->assigned_device_name(); local
861 string device_name = gdef->node(0).device(); local
    [all...]
  /external/tensorflow/tensorflow/python/eager/
core_test.py 69 ctx.device_name)
70 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
73 ctx.device_name)
74 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
76 self.assertEqual('', ctx.device_name)
77 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
80 ctx.device_name)
81 self.assertEqual(ctx.device_name, ctx.device_spec.to_string())
141 ctx.device_name, ctx.num_gpus()
context.py 65 self.device_name = self.device_spec.to_string()
276 def device_name(self): member in class:Context
278 return self._eager_context.device_name
299 old_device_name = eager_context.device_name
327 eager_context.device_name = new_device_name
331 eager_context.device_name = old_device_name
pywrap_tfe.h 31 // 'device_name': Name of the device on which to execute the operation, or NULL
43 void TFE_Py_Execute(TFE_Context* ctx, const char* device_name,
151 // Item 2: device_name: Name of the device on which to execute the operation,
  /external/autotest/client/common_lib/cros/network/
interface.py 93 for device_name in ['eth%d' % i for i in range(5)]:
94 ethernet_if = Interface(device_name)
191 device_name = DEVICE_NAME_LOOKUP[driver_info]
192 logging.debug('Device is %s', device_name)
196 device_name = NAME_UNKNOWN
210 return DeviceDescription(device_name, module_path)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 331 char *device_name; local
389 device_name = CALLOC(1, device_name_length + 1);
390 if (!device_name)
392 memcpy(device_name, xcb_dri2_connect_device_name(connect), device_name_length);
393 fd = loader_open_device(device_name);
394 free(device_name);
  /external/tensorflow/tensorflow/python/client/
timeline.py 465 def _is_gputrace_device(self, device_name):
467 return '/stream:' in device_name or '/memcpy' in device_name
518 device_name = dev_stats.device
519 device_pid = self._device_pids[device_name]
520 is_gputrace = self._is_gputrace_device(device_name)
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 90 new ArrayAdapter<String>(this, R.layout.device_name);
91 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 90 new ArrayAdapter<String>(this, R.layout.device_name);
91 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 81 mPairedDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
82 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 90 new ArrayAdapter<String>(this, R.layout.device_name);
91 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
  /external/e2fsprogs/misc/
e2undo.c 296 char *device_name, *tdb_file; local
355 device_name = argv[optind+1];
425 retval = ext2fs_check_if_mounted(device_name, &mount_flags);
428 "%s is mounted."), device_name);
439 retval = e2undo_setup_tdb(device_name, &manager);
444 retval = manager->open(device_name,
449 _("while opening `%s'"), device_name);
628 retval = ext2fs_open2(device_name, NULL,
e2initrd_helper.c 43 static char * device_name; variable
328 device_name = blkid_get_devname(NULL, argv[optind], NULL);
329 if (!device_name) {
388 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_basic.h 269 int sg_cmds_open_device(const char * device_name, bool read_only, int verbose);
273 int sg_cmds_open_flags(const char * device_name, int flags, int verbose);
  /external/tensorflow/tensorflow/compiler/jit/
build_xla_launch_ops_pass.cc 37 const AttrValueMap& function_attr, const string& device_name,
44 def.set_device(device_name);
xla_device.h 72 // 'device_name' is the name of the Tensorflow device to create.
74 static Status Create(const string& platform_name, const string& device_name,
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.h 106 // Registers `device_name` for XLA compilation, using information from
108 static void RegisterCompilationDevice(const string& device_name,
111 // Returns the JIT device name associated with 'device_name', setting
117 static bool GetCompilationDevice(const string& device_name,
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.h 95 static Status PublishGraph(const Graph& graph, const string& device_name,
217 ::tensorflow::strings::StrCat(k.device_name, ":", k.node_name, ":",
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_placer.cc 142 string VirtualPlacer::to_lfqn_or_empty(const string& device_name) const {
144 const auto lowercase_name = str_util::Lowercase(device_name);
  /external/e2fsprogs/e2fsck/
unix.c 136 ctx->device_name, inodes_used, inodes,
399 log_out(ctx, "%s", ctx->device_name);
435 ctx->device_name,
586 pass, cur, max, ctx->device_name);
590 e2fsck_simple_progress(ctx, ctx->device_name,
934 ctx->device_name = string_copy(ctx, optarg, 0);
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_ucm.h 346 * the specified device_name.
350 * device_name - A string for device name of format "card_name:device_index".
359 const char *device_name,

Completed in 5551 milliseconds

1 2 3 45 6 7 8 91011>>