Searched refs:SP_Timer (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.h | 95 typedef struct SP_Timer_st* SP_Timer; typedef 102 uint64_t (*nanoseconds)(SP_Timer timer); 324 void (*create_timer)(const SP_Device* device, SP_Timer* timer, 328 void (*destroy_timer)(const SP_Device* device, SP_Timer timer); 331 void (*start_timer)(const SP_Device* device, SP_Stream stream, SP_Timer timer, 335 void (*stop_timer)(const SP_Device* device, SP_Stream stream, SP_Timer timer,
|
D | stream_executor_test.cc | 87 void create_timer(const SP_Device* const device, SP_Timer* timer, in create_timer() 89 void destroy_timer(const SP_Device* const device, SP_Timer timer) {} in destroy_timer() 91 SP_Timer timer, TF_Status* const status) {} in start_timer() 92 void stop_timer(const SP_Device* const device, SP_Stream stream, SP_Timer timer, in stop_timer() 152 uint64_t nanoseconds(SP_Timer timer) { return timer->timer_id; } in nanoseconds() 603 se_.create_timer = [](const SP_Device* const device, SP_Timer* timer, in TEST_F() 609 SP_Timer timer) -> void { in TEST_F() 634 se_.create_timer = [](const SP_Device* const device, SP_Timer* timer, in TEST_F() 639 SP_Timer timer) -> void { delete timer; }; in TEST_F() 641 SP_Timer timer, TF_Status* const status) { in TEST_F() [all …]
|
D | stream_executor_internal.h | 183 SP_Timer Handle() { return timer_handle_; } in Handle() 196 SP_Timer timer_handle_;
|
D | stream_executor.cc | 517 SP_Timer timer_handle = in StartTimer() 531 SP_Timer timer_handle = in StopTimer()
|