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

Method RemoveFunction

tensorflow/core/framework/function.cc:1317–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315}
1316
1317Status FunctionLibraryDefinition::RemoveFunction(const string& func) {
1318 mutex_lock l(mu_);
1319 TF_RETURN_IF_ERROR(RemoveFunctionHelper(func));
1320 return Status::OK();
1321}
1322
1323Status FunctionLibraryDefinition::RemoveFunctionHelper(const string& func) {
1324 const auto& i = function_defs_.find(func);

Callers 6

TESTFunction · 0.45
AddToFunctionLibraryFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36