Searched defs:FunctionDef (Results 1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | function_def_utils.h | 28 class FunctionDef; variable
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | function.proto | 27 message FunctionDef { message
|
| /external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
| D | ExtractFunction.cpp | 707 std::string FunctionDef = ExtractedFunc.renderDefinition(SM); in createFunctionDefinition() local
|
| /external/python/cpython2/Include/ |
| D | Python-ast.h | 77 } FunctionDef; member 383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) macro
|
| /external/python/cpython3/Include/ |
| D | Python-ast.h | 94 } FunctionDef; member 468 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) _Py_FunctionDef(a0, a1, a2, a3, a4… macro
|
| /external/python/cpython2/Python/ |
| D | Python-ast.c | 1041 FunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq * in FunctionDef() function
|
| /external/python/cpython3/Python/ |
| D | Python-ast.c | 1975 FunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq * in FunctionDef() function
|