Home
last modified time | relevance | path

Searched refs:default_device (Results 1 – 20 of 20) sorted by relevance

/external/libdrm/tests/tegra/
Dopenclose.c30 static const char default_device[] = "/dev/dri/card0"; variable
40 device = default_device; in main()
/external/ppp/pppd/
Dtty.c329 default_device = 0;
421 if (default_device) { in tty_process_extra_options()
467 if (!default_device) { in tty_check_options()
480 default_device = notty; in tty_check_options()
495 default_device = 1; in tty_check_options()
501 if (default_device) in tty_check_options()
684 if (!default_device && modem) { in connect_tty()
833 if (!default_device && modem) { in finish_tty()
Dsys-solaris.c598 if (default_device && !notty) in sys_init()
1006 if (hungup && default_device && tty_sid > 0) {
1282 if (!default_device) {
Dpppd.h279 extern int default_device; /* Using /dev/tty or equivalent */
Doptions.c95 int default_device = 1; /* Using /dev/tty or equivalent */ variable
Dsys-linux.c1032 if (!default_device) in restore_tty()
/external/tensorflow/tensorflow/core/common_runtime/
Dinspecting_placer.cc115 const Device* default_device, in InspectingPlacer() argument
121 default_device_(default_device), in InspectingPlacer()
Dinspecting_placer.h74 const DeviceSet* device_set, const Device* default_device,
Dprocess_function_library_runtime.cc367 Device* default_device) const { in PinArgsAndRets()
451 if (default_device != nullptr) { in PinArgsAndRets()
452 matching_devices.push_back(default_device); in PinArgsAndRets()
650 Device* default_device = nullptr; in InstantiateMultiDevice() local
661 default_device = flr->device(); in InstantiateMultiDevice()
669 options.config_proto.allow_soft_placement() ? default_device : nullptr)); in InstantiateMultiDevice()
693 &device_set_, default_device, in InstantiateMultiDevice()
Dprocess_function_library_runtime.h379 Device* default_device) const;
/external/nos/host/generic/libnos_datagram/
Dcitadel.c209 static const char *default_device(void) { in default_device() function
230 device_name = default_device(); in nos_device_open()
/external/tensorflow/tensorflow/core/graph/
DBUILD71 "default_device.h",
122 "default_device.h",
246 "default_device.h",
Dgraph_constructor.h155 string default_device; member
Dgraph_constructor.cc116 default_device(in.default_device) {} in Options()
150 string default_device; member
1178 if (!opts_.default_device.empty() && node_def.device().empty()) { in Convert()
1179 node_def.set_device(opts_.default_device); in Convert()
Dgraph_constructor_test.cc3227 options.default_device = "/gpu:13"; in TEST_F()
/external/vulkan-validation-layers/tests/
Dtest_environment.h43 Device &default_device() { return *(devs_[default_dev_]); } in default_device() function
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py272 default_device=None): argument
277 if default_device:
278 self._device_scope = ops.device(default_device)
/external/tensorflow/tensorflow/c/
Dc_api.cc1623 opts->opts.default_device = device; in TF_ImportGraphDefOptionsSetDefaultDevice()
/external/mesa3d/include/CL/
Dcl2.hpp2135 static Device setDefault(const Device &default_device) in setDefault() argument
2137 std::call_once(default_initialized_, makeDefaultProvided, std::cref(default_device)); in setDefault()
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py4888 default_device, argument
4919 with session.Session() as sess, ops.device(default_device):