MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ProcessRegistrations

Method ProcessRegistrations

tensorflow/core/framework/op.cc:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181Status OpRegistry::ProcessRegistrations() const {
182 mutex_lock lock(mu_);
183 return CallDeferred();
184}
185
186string OpRegistry::DebugString(bool include_internal) const {
187 OpList op_list;

Callers 2

LoadLibraryFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64