Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_internal.h166 timer_handle_(nullptr), in CTimer()
172 stream_executor_->create_timer(device_, &timer_handle_, c_status.get()); in Create()
177 if (timer_handle_ != nullptr) { in Destroy()
178 stream_executor_->destroy_timer(device_, timer_handle_); in Destroy()
179 timer_handle_ = nullptr; in Destroy()
183 SP_Timer Handle() { return timer_handle_; } in Handle()
186 return timer_fns_->nanoseconds(timer_handle_) / 1000; in Microseconds()
190 return timer_fns_->nanoseconds(timer_handle_); in Nanoseconds()
196 SP_Timer timer_handle_; variable