Searched refs:as_graph_def (Results 1 – 25 of 61) sorted by relevance
123
/external/tensorflow/tensorflow/python/framework/ |
D | proto_test.py | 37 gdef = a.op.graph.as_graph_def() 39 unserialized = ops.Graph().as_graph_def()
|
D | importer_test.py | 382 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 …]
|
D | convert_to_constants_test.py | 85 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()
|
D | graph_io.py | 61 graph_def = graph_or_graph_def.as_graph_def()
|
D | meta_graph_test.py | 92 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)
|
D | ops_test.py | 1436 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 …]
|
D | graph_util_test.py | 371 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()
|
D | function_test.py | 204 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/ |
D | conv_node_name_test.py | 61 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/ |
D | tpu_test.py | 108 graph_def = ops.get_default_graph().as_graph_def() 151 graph_def = g.as_graph_def() 159 graph_def = g.as_graph_def()
|
D | async_checkpoint.py | 109 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/ |
D | experimental_compile_test.py | 45 self.assertTrue(x.graph.as_graph_def().library.function[0] 89 self.assertTrue(x.graph.as_graph_def().library.function[0]
|
D | jit_test.py | 163 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/ |
D | supervisor_test.py | 369 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/ |
D | writer_test.py | 76 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()
|
D | writer.py | 87 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/ |
D | label_wav_test.py | 54 f.write(sess.graph.as_graph_def().SerializeToString())
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
D | test_util.py | 49 metagraph = saver.export_meta_graph(graph_def=graph.as_graph_def())
|
/external/tensorflow/tensorflow/python/eager/ |
D | wrap_function_test.py | 153 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/ |
D | api_def_MlirPassthroughOp.pbtxt | 32 …ete_function(tf.TensorSpec([10], tf.float32), tf.TensorSpec([10], tf.float32)).graph.as_graph_def()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cost_analyzer_tool.py | 71 graph_def=graph.as_graph_def(), graph=graph)
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert.py | 550 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/ |
D | framework.py | 591 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/ |
D | tensorflow.-graph.pbtxt | 46 name: "as_graph_def"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-graph.pbtxt | 46 name: "as_graph_def"
|
123