| 586 | // ListDevices & SessionListDevices API |
| 587 | |
| 588 | void TF_DeleteDeviceList(TF_DeviceList* list) { delete list; } |
| 589 | |
| 590 | TF_DeviceList* TF_SessionListDevices(TF_Session* session, TF_Status* status) { |
| 591 | TF_DeviceList* response = new TF_DeviceList; |
no outgoing calls