Searched refs:SE_Timer (Results 1 – 6 of 6) sorted by relevance
28 explicit TpuTimer(SE_Timer* timer) : timer_(timer) {} in TpuTimer()40 SE_Timer* timer_;
53 struct SE_Timer { struct54 explicit SE_Timer(stream_executor::StreamExecutor* parent) : timer(parent) {} in SE_Timer() argument
81 bool TpuExecutor_AllocateTimer(SE_StreamExecutor* executor, SE_Timer* timer);82 void TpuExecutor_DeallocateTimer(SE_StreamExecutor* executor, SE_Timer* timer);84 SE_Timer* timer);86 SE_Timer* timer);146 SE_Timer* TpuTimer_New(SE_StreamExecutor* parent);147 void TpuTimer_Free(SE_Timer*);148 int64_t TpuTimer_Nanoseconds(SE_Timer*);149 int64_t TpuTimer_Microseconds(SE_Timer*);
57 typedef struct SE_Timer SE_Timer; typedef
58 SE_Timer*>;
169 SE_Timer* tpu_timer = tpu::ExecutorApiFn()->TpuTimer_NewFn(executor_); in GetTimerImplementation()