--------------------------------------------------------------------------
| 114 | |
| 115 | // -------------------------------------------------------------------------- |
| 116 | TF_SessionOptions* TF_NewSessionOptions() { return new TF_SessionOptions; } |
| 117 | void TF_DeleteSessionOptions(TF_SessionOptions* opt) { delete opt; } |
| 118 | |
| 119 | void TF_SetTarget(TF_SessionOptions* options, const char* target) { |
no outgoing calls