MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RemoveDescriptionsFromOpDef

Function RemoveDescriptionsFromOpDef

tensorflow/core/framework/op_def_util.cc:754–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754void RemoveDescriptionsFromOpDef(OpDef* op_def) {
755 RemoveNonDeprecationDescriptionsFromOpDef(op_def);
756 if (op_def->has_deprecation()) {
757 op_def->mutable_deprecation()->clear_explanation();
758 }
759}
760
761void RemoveDescriptionsFromOpList(OpList* op_list) {
762 for (int i = 0; i < op_list->op_size(); ++i) {

Callers 2

StrippedOpListForGraphFunction · 0.85

Tested by

no test coverage detected