Searched defs:graphdef (Results 1 - 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/testing/ |
H A D | tf_driver.cc | 97 tensorflow::GraphDef graphdef; local 98 if (!graphdef.ParseFromIstream(&model)) { 99 Invalidate("Failed to parse tensorflow graphdef"); 105 auto status = session_->Create(graphdef);
|
/external/tensorflow/tensorflow/compiler/jit/ |
H A D | mark_for_compilation_pass_test.cc | 73 GraphDef graphdef; local 99 GraphDef graphdef; local 120 GraphDef graphdef; local 142 GraphDef graphdef; local 162 GraphDef graphdef; local 207 GraphDef graphdef; local 236 GraphDef graphdef; local 304 GraphDef graphdef; local 372 GraphDef graphdef; local 400 GraphDef graphdef; local 435 GraphDef graphdef; local 478 GraphDef graphdef; local 531 GraphDef graphdef; local [all...] |
H A D | encapsulate_subgraphs_pass_test.cc | 406 Status Encapsulate(GraphDef* graphdef, FunctionDefLibrary* library) { argument 414 s = ConvertGraphDefToGraph(options, *graphdef, graph.get()); 427 graphdef->Swap(&graphdef_out); 459 GraphDef graphdef; local 472 TF_EXPECT_OK(b1.ToGraphDef(&graphdef)); 475 TF_EXPECT_OK(Encapsulate(&graphdef, &library)); 504 TF_EXPECT_GRAPH_EQ(graphdef_expected, graphdef); 511 GraphDef graphdef; local 527 TF_EXPECT_OK(b1.ToGraphDef(&graphdef)); 530 TF_EXPECT_OK(Encapsulate(&graphdef, 778 GraphDef graphdef; local 882 GraphDef graphdef; local 1036 GraphDef graphdef; local 1185 GraphDef graphdef; local 1260 GraphDef graphdef; local 1341 GraphDef graphdef; local 1409 GraphDef graphdef; local 1487 GraphDef graphdef; local 1542 GraphDef graphdef; local [all...] |
H A D | encapsulate_subgraphs_pass.cc | 1932 std::unique_ptr<GraphDef> graphdef; local 1936 node_images[send_node], library, &static_shape, &graphdef)); 1937 if (graphdef == nullptr) { 1944 << graphdef->DebugString(); 1948 subgraph.AddShapeInferenceInfo(name, static_shape, graphdef.get()));
|
/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 112 // Adds nodes that executes the operator under test on 'device' to 'graphdef'. 120 bool use_jit, GraphDef* graphdef, NodeDef** test_node_def, 185 GraphDef* graphdef, NodeDef** test_node_def, 193 NodeDef* test_def = graphdef->add_node(); 209 NodeDef* def = graphdef->add_node(); 220 NodeDef* def = graphdef->add_node(); 183 BuildGraph(const string& name_prefix, const string& device, bool use_jit, GraphDef* graphdef, NodeDef** test_node_def, std::vector<string>* inputs, std::vector<string>* outputs) const argument
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
H A D | import_tensorflow.cc | 1762 bool InlineAllFunctions(GraphDef* graphdef) { argument 1763 if (graphdef->library().function().empty()) { 1769 GraphDef graphdef_copy(*graphdef); 1816 graph.ToGraphDef(graphdef);
|
Completed in 2072 milliseconds