Searched refs:AddFunctionDefHelper (Results 1 – 2 of 2) sorted by relevance
1077 return AddFunctionDefHelper(fdef, &added); in AddFunctionDef()1080 Status FunctionLibraryDefinition::AddFunctionDefHelper(const FunctionDef& fdef, in AddFunctionDefHelper() function in tensorflow::FunctionLibraryDefinition1144 s = AddFunctionDefHelper(iter.second->fdef, &added); in AddLibrary()1179 s = AddFunctionDefHelper(fdef, &added); in AddLibrary()1206 TF_RETURN_IF_ERROR(AddFunctionDefHelper(fdef, &added)); in ReplaceFunction()
459 Status AddFunctionDefHelper(const FunctionDef& fdef, bool* added)