/external/libdrm/tests/tegra/ |
D | openclose.c | 30 static const char default_device[] = "/dev/dri/card0"; variable 40 device = default_device; in main()
|
/external/ppp/pppd/ |
D | tty.c | 329 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()
|
D | sys-solaris.c | 598 if (default_device && !notty) in sys_init() 1006 if (hungup && default_device && tty_sid > 0) { 1282 if (!default_device) {
|
D | pppd.h | 279 extern int default_device; /* Using /dev/tty or equivalent */
|
D | options.c | 95 int default_device = 1; /* Using /dev/tty or equivalent */ variable
|
D | sys-linux.c | 1032 if (!default_device) in restore_tty()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | inspecting_placer.cc | 115 const Device* default_device, in InspectingPlacer() argument 121 default_device_(default_device), in InspectingPlacer()
|
D | inspecting_placer.h | 74 const DeviceSet* device_set, const Device* default_device,
|
D | process_function_library_runtime.cc | 367 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()
|
D | process_function_library_runtime.h | 379 Device* default_device) const;
|
/external/nos/host/generic/libnos_datagram/ |
D | citadel.c | 209 static const char *default_device(void) { in default_device() function 230 device_name = default_device(); in nos_device_open()
|
/external/tensorflow/tensorflow/core/graph/ |
D | BUILD | 71 "default_device.h", 122 "default_device.h", 246 "default_device.h",
|
D | graph_constructor.h | 155 string default_device; member
|
D | graph_constructor.cc | 116 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()
|
D | graph_constructor_test.cc | 3227 options.default_device = "/gpu:13"; in TEST_F()
|
/external/vulkan-validation-layers/tests/ |
D | test_environment.h | 43 Device &default_device() { return *(devs_[default_dev_]); } in default_device() function
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 272 default_device=None): argument 277 if default_device: 278 self._device_scope = ops.device(default_device)
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1623 opts->opts.default_device = device; in TF_ImportGraphDefOptionsSetDefaultDevice()
|
/external/mesa3d/include/CL/ |
D | cl2.hpp | 2135 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/ |
D | control_flow_ops_py_test.py | 4888 default_device, argument 4919 with session.Session() as sess, ops.device(default_device):
|