Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc184 GraphDef folded_graph_def; in TestConstantFolding() local
191 graph_transforms::FoldConstants(graph_def, context, &folded_graph_def)); in TestConstantFolding()
195 TF_ASSERT_OK(folded_session->Create(folded_graph_def)); in TestConstantFolding()
206 for (const NodeDef& node : folded_graph_def.node()) { in TestConstantFolding()
Dfold_constants_lib.cc325 GraphDef folded_graph_def; in FoldConstants() local
326 input_graph.ToGraphDef(&folded_graph_def); in FoldConstants()
328 TF_RETURN_IF_ERROR(ReplaceSendRecvs(input_graph_def, folded_graph_def, in FoldConstants()