Searched refs:f_def (Results 1 – 2 of 2) sorted by relevance
260 const FunctionDef* f_def = ctx->flib_def().Find(function_name); in AddFunction() local261 if (f_def == nullptr) { in AddFunction()266 *def.add_function() = *f_def; in AddFunction()276 for (const NodeDef& node_def : f_def->node_def()) { in AddFunction()289 for (auto iter = f_def->attr().begin(); iter != f_def->attr().end(); iter++) { in AddFunction()
41 int f_def(void) { in f_def() function