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

Function RemoveDescriptionsFromOpList

tensorflow/core/framework/op_def_util.cc:761–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761void RemoveDescriptionsFromOpList(OpList* op_list) {
762 for (int i = 0; i < op_list->op_size(); ++i) {
763 OpDef* op_def = op_list->mutable_op(i);
764 RemoveDescriptionsFromOpDef(op_def);
765 }
766}
767
768bool AttrDefEqual(const OpDef::AttrDef& a1, const OpDef::AttrDef& a2) {
769#ifndef TENSORFLOW_LITE_PROTOS

Callers 2

ValidateCompatibleMethod · 0.85
GetOpListForValidationFunction · 0.85

Calls 1

Tested by

no test coverage detected