Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.h114 void RemoveAttributes(const GraphDef& input_graph_def,
Dfold_constants_lib.cc232 RemoveAttributes(input_graph_def, {"_output_shapes"}, &cleaned_graph_def); in FoldConstants()
Dsparsify_gather.cc592 RemoveAttributes(input_graph_def, {"_output_shapes"}, in SparsifyGather()
Dtransform_utils.cc169 void RemoveAttributes(const GraphDef& input_graph_def, in RemoveAttributes() function
Dtransform_utils_test.cc270 RemoveAttributes(graph_def, {"dtype"}, &result_graph_def); in TestRemoveAttributes()