Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dvisibility.c41 int f_def(void) { in f_def() function
/external/clang/test/CodeGen/
Dvisibility.c41 int f_def(void) { in f_def() function
/external/tensorflow/tensorflow/core/framework/
Ddataset.cc280 const FunctionDef* f_def = lib_def.Find(function_name); in AddFunction() local
281 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()
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1173 def stripInternalFunctionDefAnnotations(self, f_def): argument
1175 result.CopyFrom(f_def)