MCPcopy 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
171void OpRegistry::DeferRegistrations() {
172 mutex_lock lock(mu_);
173 initialized_ = false;
174}
175
176void OpRegistry::ClearDeferredRegistrations() {
177 mutex_lock lock(mu_);

Callers 1

LoadLibraryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected