Home
last modified time | relevance | path

Searched refs:SE_CreateDeviceParams (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h187 typedef struct SE_CreateDeviceParams { struct
194 } SE_CreateDeviceParams; typedef
197 TF_OFFSET_OF_END(SE_CreateDeviceParams, device)
449 SE_CreateDeviceParams* params, TF_Status* status);
Dstream_executor_test.cc175 void create_device(const SP_Platform* platform, SE_CreateDeviceParams* params, in create_device()
935 SE_CreateDeviceParams* params, in TEST_F()
962 SE_CreateDeviceParams* params, in TEST_F()
Dstream_executor.cc726 SE_CreateDeviceParams device_params{SE_CREATE_DEVICE_PARAMS_STRUCT_SIZE}; in GetUncachedExecutor()