Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_test.cc578 GraphDef graph_def2; in TEST() local
579 ASSERT_TRUE(GetGraphDef(graph, &graph_def2)); in TEST()
584 EXPECT_EQ(ProtoDebugString(graph_def), ProtoDebugString(graph_def2)); in TEST()