/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
rank_two_test.py | 64 gdef=g.as_graph_def(),
|
vgg_block_nchw_test.py | 71 gdef=g.as_graph_def(),
|
vgg_block_test.py | 62 gdef=g.as_graph_def(),
|
concatenation_test.py | 74 gdef=g.as_graph_def(),
|
quantization_test.py | 61 gdef=g.as_graph_def(),
|
unary_test.py | 101 gdef=g.as_graph_def(),
|
biasadd_matmul_test.py | 112 gdef=g.as_graph_def(),
|
/external/tensorflow/tensorflow/python/tpu/ |
async_checkpoint.py | 105 ops.get_default_graph().as_graph_def(add_shapes=True), 114 graph_def=graph.as_graph_def(add_shapes=True), saver_def=saver_def)
|
tpu_test.py | 108 graph_def = ops.get_default_graph().as_graph_def()
|
/external/tensorflow/tensorflow/python/framework/ |
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() [all...] |
meta_graph_test.py | 91 graph_def=ops.get_default_graph().as_graph_def(add_shapes=True), 135 .as_graph_def()) 141 .as_graph_def()) 182 graph_def=ops.get_default_graph().as_graph_def(), 192 graph_def=ops.get_default_graph().as_graph_def(), 208 graph_def=ops.get_default_graph().as_graph_def(), 231 graph_def=ops.get_default_graph().as_graph_def(), [all...] |
convert_to_constants.py | 47 graph_def=func.graph.as_graph_def(), graph=func.graph)
|
/external/tensorflow/tensorflow/contrib/model_pruning/python/ |
strip_pruning_vars_lib.py | 138 graph_def = ops.get_default_graph().as_graph_def()
|
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/ |
graph_compute_order_test.py | 111 graph_def = create_test_network().as_graph_def()
|
parse_layer_parameters_test.py | 59 name_to_node = graph_compute_order.parse_graph_nodes(g.as_graph_def())
|
/external/tensorflow/tensorflow/contrib/session_bundle/example/ |
export_half_plus_two.py | 131 sess.graph.as_graph_def(),
|
/external/tensorflow/tensorflow/python/grappler/ |
cost_analyzer_tool.py | 71 graph_def=graph.as_graph_def(), graph=graph)
|
/external/tensorflow/tensorflow/python/summary/writer/ |
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)
|
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()
|
/external/tensorflow/tensorflow/python/training/ |
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) [all...] |
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
trt_convert.py | 212 graph_def=graph.as_graph_def(add_shapes=True), graph=graph) 237 sess, sess.graph.as_graph_def(add_shapes=True), 275 graph_def=frozen_func.graph.as_graph_def(), graph=frozen_func.graph) [all...] |
trt_convert_test.py | 141 sess, g.as_graph_def(add_shapes=True), ["output"]) 196 output_graph_def = conversion_result.graph.as_graph_def() 239 .DEFAULT_SERVING_SIGNATURE_DEF_KEY].graph.as_graph_def()
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
common_test.py | 117 f.write(str(g.as_graph_def()))
|
/external/tensorflow/tensorflow/lite/python/ |
convert_saved_model.py | 274 sess, graph.as_graph_def(), output_names)
|
/external/tensorflow/tensorflow/python/ops/ |
matmul_benchmark_test.py | 76 gd = graph.as_graph_def()
|