Home
last modified time | relevance | path

Searched refs:write_graph (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/aot/tests/
Dmake_test_graphs.py204 def write_graph(build_graph, out_dir, debug_info=False): function
225 write_graph(tfadd, FLAGS.out_dir, debug_info=True)
226 write_graph(tfadd_with_ckpt, FLAGS.out_dir)
227 write_graph(tfadd_with_ckpt_saver, FLAGS.out_dir)
228 write_graph(tfassert_eq, FLAGS.out_dir)
229 write_graph(tfcond, FLAGS.out_dir)
230 write_graph(tffunction, FLAGS.out_dir)
231 write_graph(tfgather, FLAGS.out_dir)
232 write_graph(tfmatmul, FLAGS.out_dir)
233 write_graph(tfmatmulandadd, FLAGS.out_dir)
[all …]
/external/tensorflow/tensorflow/lite/python/
Dtflite_convert_test.py46 from tensorflow.python.training.training_util import write_graph
127 write_graph(sess.graph_def, '', graph_def_file, False)
148 write_graph(sess.graph_def, '', graph_def_file, False)
166 write_graph(sess.graph_def, '', graph_def_file, False)
187 write_graph(sess.graph_def, '', graph_def_file, False)
210 write_graph(sess.graph_def, '', graph_def_file, False)
Dlite_test.py58 from tensorflow.python.training.training_util import write_graph
1633 write_graph(sess.graph_def, '', graph_def_file, False)
1670 write_graph(sess.graph_def, '', graph_def_file, False)
1698 write_graph(sess.graph_def, '', graph_def_file, False)
1719 write_graph(sess.graph_def, '', graph_def_file, False)
1748 write_graph(sess.graph_def, '', graph_def_file, False)
1767 write_graph(sess.graph_def, '', graph_def_file, True)
1824 write_graph(sess.graph_def, '', graph_def_file, False)
1847 write_graph(sess.graph_def, '', graph_def_file, False)
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1.py122 write_graph=True, argument
141 self.write_graph = write_graph
171 if not model.run_eagerly and self.write_graph:
174 elif self.write_graph:
Dcallbacks_test.py2355 write_graph=True,
2413 self.logdir, histogram_freq=1, profile_batch=1, write_graph=False)
2436 self.logdir, histogram_freq=1, profile_batch=2, write_graph=False)
2459 self.logdir, histogram_freq=1, profile_batch='2,2', write_graph=False)
2483 self.logdir, histogram_freq=1, profile_batch='10,10', write_graph=False)
2537 self.logdir, histogram_freq=1, profile_batch='1,3', write_graph=False)
2563 write_graph=False)
2570 write_graph=False)
2574 self.logdir, histogram_freq=1, profile_batch='6,5', write_graph=False)
2578 self.logdir, histogram_freq=1, profile_batch=-1, write_graph=False)
[all …]
Dcallbacks.py2112 write_graph=True, argument
2126 self.write_graph = write_graph
2187 if self.write_graph:
/external/tensorflow/tensorflow/python/training/
Dtraining_util.py37 write_graph = graph_io.write_graph variable
Dtraining.py105 from tensorflow.python.training.training_util import write_graph
Dsupervisor.py630 training_util.write_graph(
Dbasic_session_run_hooks.py577 training_util.write_graph(
/external/tensorflow/tensorflow/python/tools/
Dstrip_unused_test.py55 graph_io.write_graph(sess.graph, self.get_temp_dir(), input_graph_name)
118 graph_io.write_graph(sess.graph, self.get_temp_dir(), input_graph_name)
Doptimize_for_inference.py98 graph_io.write_graph(output_graph_def,
Dfreeze_graph_test.py76 graph_io.write_graph(sess.graph, self.get_temp_dir(), input_graph_name)
315 graph_io.write_graph(sess.graph, self.get_temp_dir(), input_graph_name)
/external/tensorflow/tensorflow/python/framework/
Dgraph_io.py31 def write_graph(graph_or_graph_def, logdir, name, as_text=True): function
Dmeta_graph.py1044 graph_io.write_graph(
1064 graph_io.write_graph(
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_lib_test.py38 from tensorflow.python.training.training_util import write_graph
45 write_graph(sess.graph_def, '', graph_def_file, False)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.callbacks.-tensor-board.pbtxt9 …argspec: "args=[\'self\', \'log_dir\', \'histogram_freq\', \'write_graph\', \'write_images\', \'wr…
Dtensorflow.io.pbtxt160 name: "write_graph"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.callbacks.-tensor-board.pbtxt10 …argspec: "args=[\'self\', \'log_dir\', \'histogram_freq\', \'batch_size\', \'write_graph\', \'writ…
Dtensorflow.io.pbtxt184 name: "write_graph"
Dtensorflow.train.pbtxt476 name: "write_graph"
/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint.py113 training_util.write_graph(
Dtensor_tracer.py1992 graph_io.write_graph(graph, self._parameters.graph_dump_path,
1999 graph_io.write_graph(graph, self._parameters.graph_dump_path,
2042 graph_io.write_graph(graph, self._parameters.graph_dump_path,
2048 graph_io.write_graph(graph, self._parameters.graph_dump_path,
/external/tensorflow/tensorflow/examples/speech_commands/
Dfreeze.py168 tf.io.write_graph(
Dtrain.py215 tf.io.write_graph(sess.graph_def, FLAGS.train_dir,

12