Searched refs:result_graphdef (Results 1 – 3 of 3) sorted by relevance
311 GraphDef result_graphdef; in TEST_F() local312 EXPECT_TRUE(ParseProtoUnlimited(&result_graphdef, result_string)); in TEST_F()318 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph)); in TEST_F()342 GraphDef result_graphdef; in TEST_F() local344 input_graphdef, num_bits, "QuantizeAndDequantizeV2", &result_graphdef)); in TEST_F()350 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph)); in TEST_F()
52 GraphDef* result_graphdef);
665 GraphDef* result_graphdef) { in DoQuantizeTrainingOnGraphDef() argument674 graph.ToGraphDef(result_graphdef); in DoQuantizeTrainingOnGraphDef()