Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ClearAttr
Method
ClearAttr
tensorflow/core/graph/graph.cc:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
void Node::ClearAttr(const string& name) {
235
MaybeCopyOnWrite();
236
(*props_->node_def.mutable_attr()).erase(name);
237
}
238
239
void Node::set_name(string name) {
240
MaybeCopyOnWrite();
Callers
15
ModifySharedNameAttr
Function · 0.80
CreateKvResourceImportNode
Function · 0.80
_clear_attr
Method · 0.80
Run
Method · 0.80
CompileFunction
Method · 0.80
DumpGraphWithCondState
Method · 0.80
PropagateConstIntoFuncAttr
Function · 0.80
RewriteAssociatedFunction
Function · 0.80
RewriteTensorListWithConstElement
Function · 0.80
RearrangeArgNodes
Function · 0.80
RearrangeRetvalNodes
Function · 0.80
MaybeRewriteWhileNode
Function · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected