| 113 | GraphDef& GrapplerFunctionItem::mutable_function_body() { return graph; } |
| 114 | |
| 115 | bool GrapplerFunctionItem::is_stateful() const { return is_stateful_; } |
| 116 | |
| 117 | GrapplerFunctionItem& GrapplerFunctionItem::SwapFunctionBody(GraphDef&& other) { |
| 118 | graph.Swap(&other); |
no outgoing calls