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

/external/tensorflow/tensorflow/core/graph/
H A Dquantize_training.h52 GraphDef* result_graphdef);
H A Dquantize_training_test.cc310 GraphDef result_graphdef; local
311 EXPECT_TRUE(ParseProtoUnlimited(&result_graphdef, result_string));
317 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph));
341 GraphDef result_graphdef; local
343 input_graphdef, num_bits, "QuantizeAndDequantizeV2", &result_graphdef));
349 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph));
H A Dquantize_training.cc659 GraphDef* result_graphdef) {
668 graph.ToGraphDef(result_graphdef);
657 DoQuantizeTrainingOnGraphDef(const GraphDef& input_graphdef, int32 num_bits, const string& quant_op_type, GraphDef* result_graphdef) argument

Completed in 342 milliseconds