| 199 | } |
| 200 | |
| 201 | Status RecordExtend(Session* session, const GraphDef& graph) { |
| 202 | return RecordExtend(session, *kEmptyRunOptions(), graph); |
| 203 | } |
| 204 | |
| 205 | // N.B. RunOptions is not stored (it has no entry in ExtendRequest) |
| 206 | Status RecordExtend(Session* session, const RunOptions& run_options, |
nothing calls this directly
no test coverage detected