Searched refs:RemoveAttributes (Results 1 – 5 of 5) sorted by relevance
114 void RemoveAttributes(const GraphDef& input_graph_def,
232 RemoveAttributes(input_graph_def, {"_output_shapes"}, &cleaned_graph_def); in FoldConstants()
592 RemoveAttributes(input_graph_def, {"_output_shapes"}, in SparsifyGather()
169 void RemoveAttributes(const GraphDef& input_graph_def, in RemoveAttributes() function
270 RemoveAttributes(graph_def, {"dtype"}, &result_graph_def); in TestRemoveAttributes()