Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h478 void (*destroy_timer_fns)(const SP_Platform* platform, member
483 TF_OFFSET_OF_END(SP_PlatformFns, destroy_timer_fns)
Dstream_executor_test.cc164 void destroy_timer_fns(const SP_Platform* platform, SP_TimerFns* timer_fns) {} in destroy_timer_fns() function
203 platform_fns->destroy_timer_fns = destroy_timer_fns; in PopulateDefaultPlatform()
Dstream_executor.cc108 VALIDATE_MEMBER(SP_PlatformFns, platform_fns, destroy_timer_fns); in ValidateSPPlatformFns()
692 platform_fns_.destroy_timer_fns(&platform_, &timer_fns_); in ~CPlatform()