/external/tensorflow/tensorflow/python/framework/ |
proto_test.py | 37 gdef = a.op.graph.as_graph_def() 39 unserialized = ops.Graph().as_graph_def()
|
convert_to_constants_test.py | 83 variable_graph_def = input_func.graph.as_graph_def() 89 constant_graph_def = output_func.graph.as_graph_def() 109 variable_graph_def = input_func.graph.as_graph_def() 114 constant_graph_def = output_func.graph.as_graph_def() 139 variable_graph_def = input_func.graph.as_graph_def() 144 constant_graph_def = output_func.graph.as_graph_def() 180 variable_graph_def = input_func.graph.as_graph_def() 185 constant_graph_def = output_func.graph.as_graph_def() 205 func, func.graph.as_graph_def()) 208 variable_graph_def = input_func.graph.as_graph_def() [all...] |
graph_io.py | 61 graph_def = graph_or_graph_def.as_graph_def()
|
/external/tensorflow/tensorflow/python/kernel_tests/signal/ |
test_util.py | 46 metagraph = saver.export_meta_graph(graph_def=graph.as_graph_def())
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/ |
topk_test.py | 46 gdef=g.as_graph_def(), 77 gdef=g.as_graph_def(),
|
conv2d_test.py | 105 gdef=g.as_graph_def(), 130 gdef=g.as_graph_def(), 180 gdef=g.as_graph_def(), 221 gdef=g.as_graph_def(),
|
base_test.py | 68 gdef=g.as_graph_def(), 125 gdef=g.as_graph_def(), 177 gdef=g.as_graph_def(), 230 gdef=g.as_graph_def(), 263 gdef=g.as_graph_def(), 297 gdef=g.as_graph_def(), 346 gdef=g.as_graph_def(),
|
reshape_transpose_test.py | 73 gdef=g.as_graph_def(), 130 gdef=g.as_graph_def(),
|
binary_tensor_weight_broadcast_test.py | 64 gdef=g.as_graph_def(),
|
identity_output_test.py | 62 gdef=g.as_graph_def(),
|
memory_alignment_test.py | 63 gdef=g.as_graph_def(),
|
neighboring_engine_test.py | 60 gdef=g.as_graph_def(),
|
batch_matmul_test.py | 72 gdef=g.as_graph_def(add_shapes=True),
|
const_broadcast_test.py | 59 gdef=g.as_graph_def(),
|
dynamic_input_shapes_test.py | 74 gdef=g.as_graph_def(),
|
int32_test.py | 53 gdef=g.as_graph_def(),
|
lru_cache_test.py | 62 gdef=g.as_graph_def(),
|
multi_connection_neighbor_engine_test.py | 76 gdef=g.as_graph_def(),
|
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/ |
receptive_field_test.py | 288 graph_def = create_test_network_1().as_graph_def() 303 graph_def = create_test_network_2().as_graph_def() 318 graph_def = create_test_network_3().as_graph_def() 326 graph_def = create_test_network_4().as_graph_def() 341 graph_def = create_test_network_4().as_graph_def() 356 graph_def = create_test_network_4().as_graph_def() 364 graph_def = create_test_network_5().as_graph_def() 379 graph_def = create_test_network_6().as_graph_def() 410 graph_def = create_test_network_7().as_graph_def() 425 graph_def = create_test_network_8().as_graph_def() [all...] |
/external/tensorflow/tensorflow/contrib/graph_editor/examples/ |
edit_graph_example.py | 45 print(g.as_graph_def())
|
/external/tensorflow/tensorflow/contrib/receptive_field/python/util/examples/ |
write_inception_resnet_v2_graph.py | 43 graph_io.write_graph(g.as_graph_def(), cmd_args.graph_dir,
|
/external/tensorflow/tensorflow/contrib/stat_summarizer/python/ |
stat_summarizer_test.py | 38 graph_def = graph.as_graph_def()
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
label_wav_test.py | 55 f.write(sess.graph.as_graph_def().SerializeToString())
|
/external/tensorflow/tensorflow/contrib/compiler/ |
jit_test.py | 150 graph_def = r.graph.as_graph_def() 166 graph_def = r.graph.as_graph_def() 255 graph_def = r.graph.as_graph_def() 283 graph_def = r.graph.as_graph_def()
|
/external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/ |
plugin_test.py | 56 return g.as_graph_def()
|