Searched defs:SE_Timer (Results 1 – 2 of 2) sorted by relevance
53 struct SE_Timer { struct54 explicit SE_Timer(stream_executor::StreamExecutor* parent) : timer(parent) {} in SE_Timer() argument55 stream_executor::Timer timer;
57 typedef struct SE_Timer SE_Timer; typedef