Home
last modified time | relevance | path

Searched defs:function_body (Results 1 – 10 of 10) sorted by relevance

/external/python/pycparser/examples/
Dexplore_ast.py110 function_body = ast.ext[2].body variable
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc45 const bool is_stateful, GraphDef&& function_body) in GrapplerFunctionItem()
118 const GraphDef& GrapplerFunctionItem::function_body() const { return graph; } in function_body() function in tensorflow::grappler::GrapplerFunctionItem
246 GraphDef function_body; in MakeGrapplerFunctionItem() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp307 std::string function_body = R"( in GetInFunctionCodeGenerator() local
3275 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3337 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp307 std::string function_body = R"( in GetInFunctionCodeGenerator() local
3275 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3337 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_builtins_test.cpp307 std::string function_body = R"( in GetInFunctionCodeGenerator() local
3275 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3337 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp136 Stmt *function_body = function_decl->getBody(); in SynthesizeFunctionResult() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc159 std::unique_ptr<FunctionBody> function_body; in ConstructFunctionGraph() local
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc452 const FunctionBody& function_body, in LiftedArgsAndOutsideCompilationNodesInFunctionBody()
514 const FunctionBody& function_body, const int arg_idx, in AddOutsideCompilationInputArgToFunctionBody()
530 Status AddMatchingRetvalNode(const FunctionBody& function_body, in AddMatchingRetvalNode()
548 const FunctionBody& function_body, const int original_arg_count, in ReplaceLiftedArgNodePlaceholderWithArg()
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py231 class function_body(object): class
/external/mksh/src/
Dsyn.c685 function_body(char *name, int sALIAS, in function_body() function