Home
last modified time | relevance | path

Searched refs:TFE_ContextListDevices (Results 1 – 9 of 9) 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.cc339 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status.get()); in GetDeviceName()
Dc_api_test.cc160 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status); in TEST()
213 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status.get()); in TensorHandleCopyBetweenDevices()
330 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status.get()); in TensorHandleCopyBetweenTwoGPUDevices()
Dc_api_experimental_test.cc379 TF_DeviceList* devices = TFE_ContextListDevices(ctx, status); in TEST()
Dc_api.cc167 TF_DeviceList* TFE_ContextListDevices(TFE_Context* ctx, TF_Status* status) { in TFE_ContextListDevices() function
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_test.cc80 TFE_ContextListDevices(context.get(), status.get()), TF_DeleteDeviceList); in TEST()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py481 device_list = pywrap_tfe.TFE_ContextListDevices(self._context_handle)
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc636 auto output = TFE_ContextListDevices(tensorflow::InputTFE_Context(o), in PYBIND11_MODULE()