Home
last modified time | relevance | path

Searched refs:TF_DeleteDeviceList (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc192 TF_DeleteDeviceList(devices); in GetDeviceName()
196 TF_DeleteDeviceList(devices); in GetDeviceName()
Dc_api_test.cc109 TF_DeleteDeviceList(devices); in TEST()
522 TF_DeleteDeviceList(devices); in TensorHandleCopyBetweenDevices()
605 TF_DeleteDeviceList(devices); in TensorHandleCopyBetweenTwoGPUDevices()
638 TF_DeleteDeviceList(devices); in TensorHandleCopyBetweenTwoGPUDevices()
/external/tensorflow/tensorflow/go/
Dcontext.go107 defer C.TF_DeleteDeviceList(devicesList)
Dsession.go122 defer C.TF_DeleteDeviceList(devicesList)
/external/tensorflow/tensorflow/python/client/
Dsession_list_devices_test.py50 tf_session.TF_DeleteDeviceList(raw_device_list)
Dsession.py714 tf_session.TF_DeleteDeviceList(raw_device_list)
/external/tensorflow/tensorflow/python/eager/
Dcontext.py328 pywrap_tensorflow.TF_DeleteDeviceList(device_list)
/external/tensorflow/tensorflow/c/
Dc_api.h1596 TF_CAPI_EXPORT extern void TF_DeleteDeviceList(TF_DeviceList* list);
Dc_api_test.cc69 std::unique_ptr<TF_DeviceList, decltype(&TF_DeleteDeviceList)> list( in GPUDeviceName()
70 TF_SessionListDevices(session, s), TF_DeleteDeviceList); in GPUDeviceName()
1464 TF_DeleteDeviceList(nullptr); in TEST()
Dc_api.cc1012 void TF_DeleteDeviceList(TF_DeviceList* s) { delete s; } in TF_DeleteDeviceList() function