Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc231 GraphDef cleaned_graph_def; in FoldConstants() local
232 RemoveAttributes(input_graph_def, {"_output_shapes"}, &cleaned_graph_def); in FoldConstants()
235 ImportGraphDef({}, cleaned_graph_def, &input_graph, &shape_refiner)); in FoldConstants()