Searched refs:RemoveAttributes (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | utils.cc | 515 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/ |
D | transform_utils.h | 114 void RemoveAttributes(const GraphDef& input_graph_def,
|
D | fold_constants_lib.cc | 232 RemoveAttributes(input_graph_def, {"_output_shapes"}, &cleaned_graph_def); in FoldConstants()
|
D | sparsify_gather.cc | 591 RemoveAttributes(input_graph_def, {"_output_shapes"}, in SparsifyGather()
|
D | transform_utils.cc | 171 void RemoveAttributes(const GraphDef& input_graph_def, in RemoveAttributes() function
|
D | transform_utils_test.cc | 270 RemoveAttributes(graph_def, {"dtype"}, &result_graph_def); in TestRemoveAttributes()
|