Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dpywrap_parallel_device.cc32 delete reinterpret_cast<TFE_CustomDevice*>( in CallDelete_Device()
51 TFE_CustomDevice* device = new TFE_CustomDevice; in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcustom_device_testutil.cc40 delete reinterpret_cast<TFE_CustomDevice*>( in CallDelete_Device()
59 TFE_CustomDevice* device; in PYBIND11_MODULE()
/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc157 TFE_CustomDevice custom_device; in RegisterLoggingDevice()
179 bool* executed_flag, TFE_CustomDevice** device, in AllocateLoggingDevice()
181 TFE_CustomDevice* custom_device = new TFE_CustomDevice; in AllocateLoggingDevice()
Dcustom_device_testutil.h31 bool* executed_flag, TFE_CustomDevice** device,
Dc_api_experimental.h441 typedef struct TFE_CustomDevice { struct
481 } TFE_CustomDevice; typedef
515 TFE_CustomDevice device,
Dc_api.cc411 CustomDeviceAPI(TFE_Context* context, TFE_CustomDevice device, void* info, in CustomDeviceAPI()
479 TFE_CustomDevice device_;
1146 void TFE_RegisterCustomDevice(TFE_Context* ctx, TFE_CustomDevice device, in TFE_RegisterCustomDevice()
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.h60 TFE_CustomDevice* device, void** device_info);
Dparallel_device_testlib.h157 TFE_CustomDevice device; in RegisterParallelDevice()
Dparallel_device.cc367 TFE_CustomDevice* device, void** device_info) { in AllocateParallelDevice()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1450 *reinterpret_cast<TFE_CustomDevice*>( in PYBIND11_MODULE()