Searched refs:mutable_function_body (Results 1 – 3 of 3) sorted by relevance
175 GraphDef& mutable_function_body();
387 GraphDef& GrapplerFunctionItem::mutable_function_body() { return graph; } in mutable_function_body() function in tensorflow::grappler::GrapplerFunctionItem
1058 for (NodeDef& func_body_node : *item.mutable_function_body().mutable_node()) { in InlineDirectFunctionCall()