| 2305 | } |
| 2306 | |
| 2307 | string DebugString(const Graph* g) { |
| 2308 | GraphDef gdef; |
| 2309 | ToGraphDef(g, &gdef); |
| 2310 | return DebugString(gdef); |
| 2311 | } |
| 2312 | |
| 2313 | FunctionBody::FunctionBody(const FunctionDef& f, DataTypeSlice arg_t, |
| 2314 | DataTypeSlice ret_t, Graph* g) |