Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ClearDeferredRegistrations
Method
ClearDeferredRegistrations
tensorflow/core/framework/op.cc:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void OpRegistry::ClearDeferredRegistrations() {
177
mutex_lock lock(mu_);
178
deferred_.clear();
179
}
180
181
Status OpRegistry::ProcessRegistrations() const {
182
mutex_lock lock(mu_);
Callers
1
LoadLibrary
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected