Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc1487 TF_RETURN_IF_ERROR(RemoveFunctionHelper(func)); in ReplaceFunction()
1502 TF_RETURN_IF_ERROR(RemoveFunctionHelper(func)); in RemoveFunction()
1506 Status FunctionLibraryDefinition::RemoveFunctionHelper(const string& func) { in RemoveFunctionHelper() function in tensorflow::FunctionLibraryDefinition
1537 s = RemoveFunctionHelper(f); in Remove()
H A Dfunction.h597 Status RemoveFunctionHelper(const std::string& func)