MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_DeleteDeviceList

Function TF_DeleteDeviceList

tensorflow/c/c_api.cc:588–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

TESTFunction · 0.85
GetDeviceNameFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.68
GetDeviceNameFunction · 0.68
TESTFunction · 0.68