Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor_c_api.h35 SE_StreamExecutorConfig* config,
166 SE_StreamExecutorConfig* TpuStreamExecutorConfig_Default();
167 void TpuStreamExecutorConfig_SetOrdinal(SE_StreamExecutorConfig*, int ordinal);
168 void TpuStreamExecutorConfig_Free(SE_StreamExecutorConfig*);
H A Dc_api_decl.h67 typedef struct SE_StreamExecutorConfig SE_StreamExecutorConfig; typedef
H A Dc_api_defn.h58 struct SE_StreamExecutorConfig { struct
H A Dtpu_platform.cc91 SE_StreamExecutorConfig* c_config = in GetUncachedExecutor()