Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dutils.cc515 void RemoveAttributes(const std::vector<absl::string_view>& to_remove, in RemoveAttributes() function
534 RemoveAttributes(to_remove, node); in EraseRegularNodeAttributes()
547 RemoveAttributes(to_remove, node); in EraseNodeOutputAttributes()
/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.cc591 RemoveAttributes(input_graph_def, {"_output_shapes"}, in SparsifyGather()
Dtransform_utils.cc171 void RemoveAttributes(const GraphDef& input_graph_def, in RemoveAttributes() function
Dtransform_utils_test.cc270 RemoveAttributes(graph_def, {"dtype"}, &result_graph_def); in TestRemoveAttributes()