Searched refs:timer_fns_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_internal.h | 88 SP_TimerFns timer_fns_; variable 167 timer_fns_(timer_fns) {} in CTimer() 186 return timer_fns_->nanoseconds(timer_handle_) / 1000; in Microseconds() 190 return timer_fns_->nanoseconds(timer_handle_); in Nanoseconds() 197 SP_TimerFns* timer_fns_; variable
|
D | stream_executor.cc | 249 timer_fns_(timer_fns), in CStreamExecutor() 658 new CTimer(&device_, stream_executor_, timer_fns_)); in GetTimerImplementation() 667 SP_TimerFns* timer_fns_; member in stream_executor::__anon00950a620111::CStreamExecutor 685 timer_fns_(std::move(timer_fns)), in CPlatform() 692 platform_fns_.destroy_timer_fns(&platform_, &timer_fns_); in ~CPlatform() 740 &platform_fns_, &timer_fns_, name_, platform_.visible_device_count); in GetUncachedExecutor()
|
D | stream_executor_test.cc | 321 PopulateDefaultTimerFns(&timer_fns_); in SetUp() 329 device_fns_, se_, timer_fns_); in GetExecutor() 340 SP_TimerFns timer_fns_; member in stream_executor::__anon40285f810111::StreamExecutorTest
|