Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1077 return AddFunctionDefHelper(fdef, &added); in AddFunctionDef()
1080 Status FunctionLibraryDefinition::AddFunctionDefHelper(const FunctionDef& fdef, in AddFunctionDefHelper() function in tensorflow::FunctionLibraryDefinition
1144 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()
Dfunction.h459 Status AddFunctionDefHelper(const FunctionDef& fdef, bool* added)