Home
last modified time | relevance | path

Searched refs:TFE_RegisterCustomDevice (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_testlib.h162 TFE_RegisterCustomDevice(context, device, device_name, device_info, status); in RegisterParallelDevice()
/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc168 TFE_RegisterCustomDevice(context, custom_device, name, device, status); in RegisterLoggingDevice()
Dc_api_experimental.h514 TF_CAPI_EXPORT extern void TFE_RegisterCustomDevice(TFE_Context* ctx,
Dc_api.cc1146 void TFE_RegisterCustomDevice(TFE_Context* ctx, TFE_CustomDevice device, in TFE_RegisterCustomDevice() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1448 TFE_RegisterCustomDevice( in PYBIND11_MODULE()