Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h67 typedef struct SE_StreamExecutorConfig SE_StreamExecutorConfig; typedef
Dc_api_defn.h58 struct SE_StreamExecutorConfig { struct
Dtpu_executor_c_api.h35 SE_StreamExecutorConfig* config,
160 SE_StreamExecutorConfig* TpuStreamExecutorConfig_Default();
161 void TpuStreamExecutorConfig_SetOrdinal(SE_StreamExecutorConfig*, int ordinal);
162 void TpuStreamExecutorConfig_Free(SE_StreamExecutorConfig*);
Dtpu_platform.cc90 SE_StreamExecutorConfig* c_config = in GetUncachedExecutor()