Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc1282 return AddFunctionDefHelper(fdef, stack_traces, &added); in AddFunctionDef()
1285 Status FunctionLibraryDefinition::AddFunctionDefHelper( in AddFunctionDefHelper() function in tensorflow::FunctionLibraryDefinition
1454 s = AddFunctionDefHelper(fdef, /*stack_traces=*/{}, &added); in AddLibrary()
1488 TF_RETURN_IF_ERROR(AddFunctionDefHelper(fdef, stack_traces, &added)); in ReplaceFunction()
H A Dfunction.h577 Status AddFunctionDefHelper(const FunctionDef& fdef,