Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dquantize_training_test.cc311 GraphDef result_graphdef; in TEST_F() local
312 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() local
344 input_graphdef, num_bits, "QuantizeAndDequantizeV2", &result_graphdef)); in TEST_F()
350 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph)); in TEST_F()
Dquantize_training.h52 GraphDef* result_graphdef);
Dquantize_training.cc665 GraphDef* result_graphdef) { in DoQuantizeTrainingOnGraphDef() argument
674 graph.ToGraphDef(result_graphdef); in DoQuantizeTrainingOnGraphDef()