Searched refs:destroy_event (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_test.cc | 79 void destroy_event(const SP_Device* const device, SP_Event event) {} in destroy_event() function 130 se->destroy_event = destroy_event; in PopulateDefaultStreamExecutor() 517 se_.destroy_event = [](const SP_Device* const device, in TEST_F() 541 se_.destroy_event = [](const SP_Device* const device, in TEST_F() 570 se_.destroy_event = [](const SP_Device* const device, in TEST_F() 833 se_.destroy_event = [](const SP_Device* const device, SP_Event event) { in TEST_F()
|
D | stream_executor_internal.h | 147 stream_executor_->destroy_event(device_, event_handle_); in Destroy()
|
D | stream_executor.cc | 163 VALIDATE_MEMBER(SP_StreamExecutor, se, destroy_event); in ValidateSPStreamExecutor() 569 stream_executor_->destroy_event(&device_, event_handle); in BlockHostUntilDone() 574 stream_executor_->destroy_event(&device_, event_handle); in BlockHostUntilDone()
|
D | stream_executor.h | 308 void (*destroy_event)(const SP_Device* device, SP_Event event); member
|