Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ DeferRegistrations
Method
DeferRegistrations
tensorflow/core/framework/op.cc:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
void OpRegistry::DeferRegistrations() {
172
mutex_lock lock(mu_);
173
initialized_ = false;
174
}
175
176
void OpRegistry::ClearDeferredRegistrations() {
177
mutex_lock lock(mu_);
Callers
1
LoadLibrary
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected