Home
last modified time | relevance | path

Searched refs:as_graph_def (Results 1 – 25 of 61) sorted by relevance

123

/external/tensorflow/tensorflow/python/framework/
Dproto_test.py37 gdef = a.op.graph.as_graph_def()
39 unserialized = ops.Graph().as_graph_def()
Dimporter_test.py382 graph_def = graph.as_graph_def()
413 graph_def = graph.as_graph_def()
428 graph_def = graph.as_graph_def()
449 graph_def = graph.as_graph_def()
959 gdef = g.as_graph_def()
975 gdef = g.as_graph_def()
1016 gdef = g.as_graph_def()
1043 gdef = g.as_graph_def()
1199 gdef = g1.as_graph_def()
1220 gdef = g2.as_graph_def()
[all …]
Dconvert_to_constants_test.py85 constant_graph_def = converted_concrete_func.graph.as_graph_def()
127 variable_graph_def = input_func.graph.as_graph_def()
145 variable_graph_def = input_func.graph.as_graph_def()
162 variable_graph_def = input_func.graph.as_graph_def()
184 variable_graph_def = input_func.graph.as_graph_def()
217 variable_graph_def = input_func.graph.as_graph_def()
Dgraph_io.py61 graph_def = graph_or_graph_def.as_graph_def()
Dmeta_graph_test.py92 graph_def=ops.get_default_graph().as_graph_def(add_shapes=True),
136 .as_graph_def())
142 .as_graph_def())
183 graph_def=ops.get_default_graph().as_graph_def(),
193 graph_def=ops.get_default_graph().as_graph_def(),
209 graph_def=ops.get_default_graph().as_graph_def(),
232 graph_def=ops.get_default_graph().as_graph_def(),
879 graph_def=graph1.as_graph_def(), clear_devices=True)
Dops_test.py1436 gd = g.as_graph_def()
1452 gd = g.as_graph_def()
1465 gd = g.as_graph_def()
1478 gd = g.as_graph_def()
1495 gd = g.as_graph_def()
1512 gd = g.as_graph_def()
1536 gd = g.as_graph_def()
1564 gd = g.as_graph_def()
1591 gd = g.as_graph_def()
1626 gd = g.as_graph_def()
[all …]
Dgraph_util_test.py371 variable_graph_def = sess.graph.as_graph_def()
450 variable_graph_def = sess.graph.as_graph_def()
517 variable_graph_def = sess.graph.as_graph_def()
Dfunction_test.py204 func_sig = g.as_graph_def().library.function[0].signature
716 gdef = g.as_graph_def()
1278 library = g.as_graph_def().library
1455 self.assertEqual(g.as_graph_def().library.function[0].signature.description,
1578 gdef = g.as_graph_def()
1607 gdef = g.as_graph_def()
1843 gdef = ops.get_default_graph().as_graph_def()
1865 gdef = ops.get_default_graph().as_graph_def()
1896 gdef = ops.get_default_graph().as_graph_def()
/external/tensorflow/tensorflow/compiler/tests/
Dconv_node_name_test.py61 return [n.name for n in ops.get_default_graph().as_graph_def().node]
71 n.name for n in ops.get_default_graph().as_graph_def().node
/external/tensorflow/tensorflow/python/tpu/
Dtpu_test.py108 graph_def = ops.get_default_graph().as_graph_def()
151 graph_def = g.as_graph_def()
159 graph_def = g.as_graph_def()
Dasync_checkpoint.py109 ops.get_default_graph().as_graph_def(add_shapes=True),
118 graph_def=graph.as_graph_def(add_shapes=True), saver_def=saver_def)
/external/tensorflow/tensorflow/python/compiler/xla/
Dexperimental_compile_test.py45 self.assertTrue(x.graph.as_graph_def().library.function[0]
89 self.assertTrue(x.graph.as_graph_def().library.function[0]
Djit_test.py163 graph_def = r.graph.as_graph_def()
180 graph_def = r.graph.as_graph_def()
273 graph_def = r.graph.as_graph_def()
302 graph_def = r.graph.as_graph_def()
/external/tensorflow/tensorflow/python/training/
Dsupervisor_test.py369 self.assertProtoEquals(sess.graph.as_graph_def(add_shapes=True), ev_graph)
377 sess.graph.as_graph_def(add_shapes=True), ev_meta_graph.graph_def)
469 self.assertProtoEquals(sess.graph.as_graph_def(add_shapes=True), ev_graph)
477 sess.graph.as_graph_def(add_shapes=True), ev_meta_graph.graph_def)
791 self.assertProtoEquals(sess.graph.as_graph_def(add_shapes=True), ev_graph)
799 sess.graph.as_graph_def(add_shapes=True), ev_meta_graph.graph_def)
842 self.assertProtoEquals(sess.graph.as_graph_def(add_shapes=True), ev_graph)
848 sess.graph.as_graph_def(add_shapes=True), ev_meta_graph.graph_def)
/external/tensorflow/tensorflow/python/summary/writer/
Dwriter_test.py76 graph_def=g.as_graph_def(add_shapes=has_shapes))
91 self.assertProtoEquals(g.as_graph_def(add_shapes=has_shapes), ev_graph)
164 self.assertProtoEquals(g.as_graph_def(add_shapes=True), ev_graph)
201 gd = g.as_graph_def()
211 gd = g.as_graph_def()
222 gd = g.as_graph_def()
Dwriter.py87 maybe_graph_as_def = (graph.as_graph_def(add_shapes=True)
194 true_graph_def = graph.as_graph_def(add_shapes=True)
/external/tensorflow/tensorflow/examples/speech_commands/
Dlabel_wav_test.py54 f.write(sess.graph.as_graph_def().SerializeToString())
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dtest_util.py49 metagraph = saver.export_meta_graph(graph_def=graph.as_graph_def())
/external/tensorflow/tensorflow/python/eager/
Dwrap_function_test.py153 wraps_initializer.get_concrete_function().graph.as_graph_def())
162 wraps_wrapped.get_concrete_function().graph.as_graph_def())
367 graph_def = original_func_graph.as_graph_def()
554 graph_def = graph.as_graph_def()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MlirPassthroughOp.pbtxt32 …ete_function(tf.TensorSpec([10], tf.float32), tf.TensorSpec([10], tf.float32)).graph.as_graph_def()
/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer_tool.py71 graph_def=graph.as_graph_def(), graph=graph)
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py550 graph_def=graph.as_graph_def(add_shapes=True), graph=graph)
594 sess, sess.graph.as_graph_def(add_shapes=True),
1047 graph_def=frozen_func.graph.as_graph_def(), graph=frozen_func.graph)
/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py591 client_graph_def=self._sess.graph.as_graph_def(),
637 client_graph_def=self._sess.graph.as_graph_def())
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt46 name: "as_graph_def"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph.pbtxt46 name: "as_graph_def"

123