/external/tensorflow/tensorflow/python/saved_model/ |
builder_impl.py | 230 clear_devices=False, 247 clear_devices: Set to true if the device info on the default graph should 290 clear_devices=clear_devices, strip_default_attrs=True) 303 clear_devices=False, 324 clear_devices: Set to true if the device info on the default graph should 379 clear_devices=clear_devices, strip_default_attrs=strip_default_attrs) 511 clear_devices=False, 542 clear_devices=clear_devices, strip_default_attrs=strip_default_attrs [all...] |
simple_save.py | 90 clear_devices=True)
|
saved_model_test.py | [all...] |
/external/tensorflow/tensorflow/python/tools/ |
freeze_graph_test.py | 85 clear_devices = False 96 clear_devices, 195 clear_devices = False 201 output_graph_filename, clear_devices, "", "", "", input_meta_graph) 234 clear_devices = False 243 output_graph_filename, clear_devices, "", "", "", 327 clear_devices=False,
|
freeze_graph.py | 84 clear_devices, 105 clear_devices: A Bool whether to remove device specifications. 137 if clear_devices: 154 input_meta_graph_def, clear_devices=True) 296 clear_devices, 318 clear_devices: A Bool whether to remove device specifications. 356 clear_devices, 378 flags.output_graph, flags.clear_devices, flags.initializer_nodes, 440 "--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 | 57 def _node_def(from_node_def, export_scope, unbound_inputs, clear_devices=False): 64 clear_devices: Boolean which controls whether to clear device information 99 if clear_devices: 701 clear_devices=False, 728 clear_devices: Boolean which controls whether to clear device information 749 meta_graph_or_file, clear_devices, graph, import_scope, input_map, 755 clear_devices=False, 783 clear_devices: Boolean which controls whether to clear device information 843 if clear_devices: [all...] |
meta_graph_test.py | [all...] |
/external/tensorflow/tensorflow/python/training/ |
saver.py | [all...] |
saver_test.py | [all...] |
/external/tensorflow/tensorflow/contrib/model_pruning/python/ |
strip_pruning_vars_lib.py | 135 checkpoint_path + '.meta', clear_devices=True)
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
tfprof_node_show.cc | 30 mutable_proto()->clear_devices();
|