Home
last modified time | relevance | path

Searched defs:FunctionDef (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_def_utils.h28 class FunctionDef; variable
/external/tensorflow/tensorflow/core/framework/
Dfunction.proto27 message FunctionDef { message
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp707 std::string FunctionDef = ExtractedFunc.renderDefinition(SM); in createFunctionDefinition() local
/external/python/cpython2/Include/
DPython-ast.h77 } 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/
DPython-ast.h94 } 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/
DPython-ast.c1041 FunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq * in FunctionDef() function
/external/python/cpython3/Python/
DPython-ast.c1975 FunctionDef(identifier name, arguments_ty args, asdl_seq * body, asdl_seq * in FunctionDef() function