Home
last modified time | relevance | path

Searched refs:SE_DeviceOptions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h68 typedef struct SE_DeviceOptions SE_DeviceOptions; typedef
Dc_api_defn.h62 struct SE_DeviceOptions { struct
Dtpu_executor_c_api.h46 SE_DeviceOptions* device_options, TF_Status* status);
170 SE_DeviceOptions* TpuExecutor_NewDeviceOptions(unsigned flags);
171 void TpuExecutor_FreeDeviceOptions(SE_DeviceOptions* options);
Dtpu_executor.cc42 SE_DeviceOptions* options = in Init()