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/tensorflow/tensorflow/dtensor/mlir/
Dtpu_integration.cc113 auto& function_body = function_block.getOperations(); in CreateTPUCluster() local
Dpropagate_device_id_to_function_args.cc96 auto& function_body = function.front(); in PrependArgumentToFunction() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp310 std::string function_body = R"( in GetInFunctionCodeGenerator() local
3416 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3479 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_builtins_test.cpp310 std::string function_body = R"( in GetInFunctionCodeGenerator() local
3416 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3479 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp310 std::string function_body = R"( in GetInFunctionCodeGenerator() local
3361 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3424 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc158 std::unique_ptr<FunctionBody> function_body; in ConstructFunctionGraph() local
/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc451 const FunctionBody& function_body, in LiftedArgsAndOutsideCompilationNodesInFunctionBody()
514 const FunctionBody& function_body, const int arg_idx, in AddOutsideCompilationInputArgToFunctionBody()
528 Status AddMatchingRetvalNode(const FunctionBody& function_body, in AddMatchingRetvalNode()
544 const FunctionBody& function_body, const int original_arg_count, in ReplaceLiftedArgNodePlaceholderWithArg()
/external/mksh/src/
Dsyn.c682 function_body(char *name, int sALIAS, in function_body() function