Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc82 const Device* default_device, bool allow_soft_placement, in Placer() argument
86 default_device_(default_device), in Placer()
91 const Device* default_device) in Placer() argument
92 : Placer(graph, devices, default_device, true, false) {} in Placer()
Dplacer.h71 Placer(Graph* graph, const DeviceSet* devices, const Device* default_device,
74 Placer(Graph* graph, const DeviceSet* devices, const Device* default_device);
Dcolocation_graph.cc54 const Device* default_device) { in FilterSupportedDevices() argument
61 if (device == default_device) { in FilterSupportedDevices()
454 const Device* default_device, in ColocationGraph() argument
460 default_device_(default_device), in ColocationGraph()
Dcolocation_graph.h171 const Device* default_device, bool allow_soft_placement,
Dprocess_function_library_runtime.cc600 Device* default_device = nullptr; in InstantiateMultiDevice() local
608 default_device = flr->device(); in InstantiateMultiDevice()
613 Placer placer(graph.get(), &device_set, default_device, in InstantiateMultiDevice()
/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/vulkan-validation-layers/tests/
Dtest_environment.h43 Device &default_device() { return *(devs_[default_dev_]); } in default_device() function
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.h143 string default_device; member
Dgraph_constructor.cc92 default_device(in.default_device) {} in Options()
118 string default_device; member
969 if (!opts_.default_device.empty() && imported_node_def.device().empty()) { in Convert()
970 imported_node_def.set_device(opts_.default_device); in Convert()
Dgraph_constructor_test.cc3228 options.default_device = "/gpu:13"; in TEST_F()
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py171 default_device=None): argument
176 if default_device:
177 self._device_scope = ops.device(default_device)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1546 const Device* default_device = in PlaceInlinedFunctionBody() local
1549 Placer placer(func_body_graph.get(), devices, default_device); in PlaceInlinedFunctionBody()
/external/tensorflow/tensorflow/core/
DBUILD1424 "graph/default_device.h",
2929 "graph/default_device.h",
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py4495 default_device, argument
4526 with session.Session() as sess, ops.device(default_device):
/external/tensorflow/tensorflow/c/
Dc_api.cc2033 opts->opts.default_device = device; in TF_ImportGraphDefOptionsSetDefaultDevice()