MCPcopy 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
176void OpRegistry::ClearDeferredRegistrations() {
177 mutex_lock lock(mu_);
178 deferred_.clear();
179}
180
181Status OpRegistry::ProcessRegistrations() const {
182 mutex_lock lock(mu_);

Callers 1

LoadLibraryFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected