| 23 | namespace tensorflow { |
| 24 | |
| 25 | GraphDefBuilder::Options::Options(Graph* graph, Status* status) |
| 26 | : graph_(graph), status_(status) {} |
| 27 | GraphDefBuilder::Options::~Options() {} |
| 28 | |
| 29 | GraphDefBuilder::Options GraphDefBuilder::Options::WithName( |
no outgoing calls