Searched refs:f_def (Results 1 – 4 of 4) sorted by relevance
41 int f_def(void) { in f_def() function
280 const FunctionDef* f_def = lib_def.Find(function_name); in AddFunction() local281 if (f_def == nullptr) { in AddFunction()286 *def.add_function() = *f_def; in AddFunction()296 for (const NodeDef& node_def : f_def->node_def()) { in AddFunction()309 for (auto iter = f_def->attr().begin(); iter != f_def->attr().end(); iter++) { in AddFunction()
1173 def stripInternalFunctionDefAnnotations(self, f_def): argument1175 result.CopyFrom(f_def)