Home
last modified time | relevance | path

Searched refs:TFE_ContextListDevices (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/go/
Dcontext.go103 devicesList := C.TFE_ContextListDevices(c.c, status.c)
/external/tensorflow/tensorflow/c/eager/
Dc_api.h102 TF_CAPI_EXPORT extern TF_DeviceList* TFE_ContextListDevices(TFE_Context* ctx,
Dc_api_test_util.cc211 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status.get()); in GetDeviceName()
Dc_api_test.cc136 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status); in TEST()
183 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status.get()); in TensorHandleCopyBetweenDevices()
300 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status.get()); in TensorHandleCopyBetweenTwoGPUDevices()
Dc_api_experimental_test.cc513 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status); in TEST()
Dc_api.cc746 TF_DeviceList* TFE_ContextListDevices(TFE_Context* ctx, TF_Status* status) { in TFE_ContextListDevices() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc362 auto output = TFE_ContextListDevices(tensorflow::InputTFE_Context(o), in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py468 device_list = pywrap_tfe.TFE_ContextListDevices(self._context_handle)