Home
last modified time | relevance | path

Searched refs:LoadTextOrBinaryGraphFile (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfile_utils_test.cc57 TF_EXPECT_OK(LoadTextOrBinaryGraphFile(text_file, &text_graph_def)); in TestLoadTextOrBinaryGraphFile()
63 TF_EXPECT_OK(LoadTextOrBinaryGraphFile(binary_file, &binary_graph_def)); in TestLoadTextOrBinaryGraphFile()
70 LoadTextOrBinaryGraphFile("____non_existent_file_____", &no_graph_def) in TestLoadTextOrBinaryGraphFile()
74 EXPECT_FALSE(LoadTextOrBinaryGraphFile(bogus_file, &bogus_graph_def).ok()); in TestLoadTextOrBinaryGraphFile()
Dcompare_graphs.cc49 Status a_load_status = LoadTextOrBinaryGraphFile(argv[1], &a); in ParseFlagsAndCompareGraphs()
57 Status b_load_status = LoadTextOrBinaryGraphFile(argv[2], &b); in ParseFlagsAndCompareGraphs()
Dfile_utils.h27 Status LoadTextOrBinaryGraphFile(const string& file_name, GraphDef* graph_def);
Dfile_utils.cc23 Status LoadTextOrBinaryGraphFile(const string& file_name, GraphDef* graph_def) { in LoadTextOrBinaryGraphFile() function
Dtransform_graph.cc252 Status load_status = LoadTextOrBinaryGraphFile(in_graph, &graph_def); in ParseFlagsAndTransformGraph()
Dsummarize_graph_main.cc318 Status load_status = LoadTextOrBinaryGraphFile(in_graph, &graph_def); in ParseFlagsAndSummarizeGraph()