| 178 | } |
| 179 | |
| 180 | Status RecordCreate(Session* session, const GraphDef& graph) { |
| 181 | return RecordCreate(session, *kEmptyRunOptions(), graph); |
| 182 | } |
| 183 | |
| 184 | // N.B. RunOptions is not stored (it has no entry in CreateRequest) |
| 185 | Status RecordCreate(Session* session, const RunOptions& run_options, |
nothing calls this directly
no test coverage detected