| 1602 | return new TF_ImportGraphDefOptions; |
| 1603 | } |
| 1604 | void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) { |
| 1605 | delete opts; |
| 1606 | } |
| 1607 | void TF_ImportGraphDefOptionsSetPrefix(TF_ImportGraphDefOptions* opts, |
| 1608 | const char* prefix) { |
| 1609 | opts->opts.prefix = prefix; |
no outgoing calls