Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddataset.cc260 const FunctionDef* f_def = ctx->flib_def().Find(function_name); in AddFunction() local
261 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()
/external/clang/test/CodeGen/
Dvisibility.c41 int f_def(void) { in f_def() function