Home
last modified time | relevance | path

Searched refs:RemoveFunctionHelper (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1205 TF_RETURN_IF_ERROR(RemoveFunctionHelper(func)); in ReplaceFunction()
1220 TF_RETURN_IF_ERROR(RemoveFunctionHelper(func)); in RemoveFunction()
1224 Status FunctionLibraryDefinition::RemoveFunctionHelper(const string& func) { in RemoveFunctionHelper() function in tensorflow::FunctionLibraryDefinition
1248 Status s = RemoveFunctionHelper(f); in Remove()
Dfunction.h483 Status RemoveFunctionHelper(const string& func) EXCLUSIVE_LOCKS_REQUIRED(mu_);