Searched defs:function_body (Results 1 – 10 of 10) sorted by relevance
110 function_body = ast.ext[2].body variable
45 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::GrapplerFunctionItem246 GraphDef function_body; in MakeGrapplerFunctionItem() local
113 auto& function_body = function_block.getOperations(); in CreateTPUCluster() local
96 auto& function_body = function.front(); in PrependArgumentToFunction() local
310 std::string function_body = R"( in GetInFunctionCodeGenerator() local3416 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local3479 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
310 std::string function_body = R"( in GetInFunctionCodeGenerator() local3361 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local3424 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
158 std::unique_ptr<FunctionBody> function_body; in ConstructFunctionGraph() local
451 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()
682 function_body(char *name, int sALIAS, in function_body() function