HomeSort by relevance Sort by last modified time
    Searched refs:clear_devices (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/python/saved_model/
builder_impl.py 243 clear_devices=False,
262 clear_devices: Set to true if the device info on the default graph should
311 clear_devices=clear_devices, strip_default_attrs=strip_default_attrs)
322 clear_devices=False,
343 clear_devices: Set to true if the device info on the default graph should
407 clear_devices=clear_devices, strip_default_attrs=strip_default_attrs)
simple_save.py 85 clear_devices=True)
saved_model_test.py     [all...]
  /external/tensorflow/tensorflow/python/tools/
freeze_graph.py 69 clear_devices,
92 if clear_devices:
109 input_meta_graph_def, clear_devices=True)
219 clear_devices,
249 clear_devices,
271 FLAGS.output_graph, FLAGS.clear_devices, FLAGS.initializer_nodes,
334 "--clear_devices",
freeze_graph_test.py 83 clear_devices = False
95 clear_devices,
192 clear_devices = False
198 output_graph_filename, clear_devices, "", "", "", input_meta_graph)
231 clear_devices = False
240 output_graph_filename, clear_devices, "", "", "",
  /external/tensorflow/tensorflow/contrib/session_bundle/
exporter_test.py 55 clear_devices=False,
115 clear_devices=clear_devices,
150 if clear_devices:
227 self.doBasicsOneExportPath(export_path, clear_devices=True)
exporter.py 157 clear_devices=False,
168 clear_devices: If device info of the graph should be cleared upon export.
198 if graph_def or clear_devices:
204 if clear_devices:
  /external/tensorflow/tensorflow/python/framework/
meta_graph.py 55 def _node_def(from_node_def, export_scope, unbound_inputs, clear_devices=False):
62 clear_devices: Boolean which controls whether to clear device information
97 if clear_devices:
651 clear_devices=False,
678 clear_devices: Boolean which controls whether to clear device information
732 if clear_devices:
815 clear_devices=False,
841 clear_devices: Boolean which controls whether to clear device information
    [all...]
meta_graph_test.py     [all...]
  /external/tensorflow/tensorflow/python/training/
saver.py     [all...]
saver_test.py     [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.cc 30 mutable_proto()->clear_devices();

Completed in 165 milliseconds