Searched defs:graph_path (Results 1 - 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_tensor_test.cc33 string graph_path = local
38 ReadProtoFile(Env::Default(), graph_path, graph_pb.get(), false));
H A Dtfprof_timeline_test.cc38 string graph_path = local
43 ReadProtoFile(Env::Default(), graph_path, graph_pb.get(), false));
H A Dtfprof_stats_test.cc38 string graph_path = local
43 ReadProtoFile(Env::Default(), graph_path, graph_pb.get(), false));
H A Dtfprof_show_test.cc44 string graph_path = local
49 ReadProtoFile(Env::Default(), graph_path, graph_pb.get(), false));
/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsummarize_graph_main.cc66 const string& graph_path) {
115 std::cout << " --graph=" << graph_path; local
144 Status SummarizeGraph(const GraphDef& graph, const string& graph_path, argument
281 PrintBenchmarkUsage(placeholders, variables, outputs, graph_path);
63 PrintBenchmarkUsage(const std::vector<const NodeDef*>& placeholders, const std::vector<const NodeDef*>& variables, const std::vector<const NodeDef*> outputs, const string& graph_path) argument
/external/tensorflow/tensorflow/examples/label_image/
H A Dmain.cc324 string graph_path = tensorflow::io::JoinPath(root_dir, graph); local
325 Status load_graph_status = LoadGraph(graph_path, &session);
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
H A Dlabel_image.cc354 string graph_path = tensorflow::io::JoinPath(root_dir, graph); local
355 Status load_graph_status = LoadGraph(graph_path, &session);
/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc388 string graph_path = tensorflow::io::JoinPath(root_dir, graph); local
389 Status load_graph_status = LoadGraph(graph_path, &session);
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
H A Dcamera.cc440 string graph_path = tensorflow::io::JoinPath(root_dir, graph); local
441 Status load_graph_status = LoadGraph(graph_path, &session);

Completed in 184 milliseconds