OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadTextOrBinaryGraphFile
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/tools/graph_transforms/
file_utils.h
27
Status
LoadTextOrBinaryGraphFile
(const string& file_name, GraphDef* graph_def);
file_utils_test.cc
57
TF_EXPECT_OK(
LoadTextOrBinaryGraphFile
(text_file, &text_graph_def));
63
TF_EXPECT_OK(
LoadTextOrBinaryGraphFile
(binary_file, &binary_graph_def));
70
LoadTextOrBinaryGraphFile
("____non_existent_file_____", &no_graph_def)
74
EXPECT_FALSE(
LoadTextOrBinaryGraphFile
(bogus_file, &bogus_graph_def).ok());
compare_graphs.cc
49
Status a_load_status =
LoadTextOrBinaryGraphFile
(argv[1], &a);
57
Status b_load_status =
LoadTextOrBinaryGraphFile
(argv[2], &b);
file_utils.cc
23
Status
LoadTextOrBinaryGraphFile
(const string& file_name, GraphDef* graph_def) {
transform_graph.cc
198
Status load_status =
LoadTextOrBinaryGraphFile
(in_graph, &graph_def);
summarize_graph_main.cc
318
Status load_status =
LoadTextOrBinaryGraphFile
(in_graph, &graph_def);
/external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
hvx_ops_support_checker_main.cc
172
TF_CHECK_OK(tensorflow::graph_transforms::
LoadTextOrBinaryGraphFile
(
Completed in 252 milliseconds