Searched refs:SP_Event (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.h | 94 typedef struct SP_Event_st* SP_Event; typedef 303 void (*create_event)(const SP_Device* device, SP_Event* event, 308 void (*destroy_event)(const SP_Device* device, SP_Event event); 311 SE_EventStatus (*get_event_status)(const SP_Device* device, SP_Event event); 314 SP_Event event, TF_Status* status); 318 SP_Event event, TF_Status* const status); 379 void (*block_host_for_event)(const SP_Device* device, SP_Event event,
|
D | stream_executor_test.cc | 75 void create_event(const SP_Device* const device, SP_Event* event, in create_event() 79 void destroy_event(const SP_Device* const device, SP_Event event) {} in destroy_event() 80 SE_EventStatus get_event_status(const SP_Device* const device, SP_Event event) { in get_event_status() 84 SP_Event event, TF_Status* const status) {} in record_event() 86 SP_Event event, TF_Status* const status) {} in wait_for_event() 107 void block_host_for_event(const SP_Device* const device, SP_Event event, in block_host_for_event() 512 se_.create_event = [](const SP_Device* const device, SP_Event* event, in TEST_F() 518 SP_Event event) -> void { in TEST_F() 537 se_.create_event = [](const SP_Device* const device, SP_Event* event, in TEST_F() 542 SP_Event event) -> void { delete event; }; in TEST_F() [all …]
|
D | stream_executor_internal.h | 152 SP_Event Handle() { return event_handle_; } in Handle() 157 SP_Event event_handle_;
|
D | stream_executor.cc | 463 SP_Event event_handle = in WaitForEvent() 472 SP_Event event_handle = in PollForEventStatus() 543 SP_Event event_handle = in BlockHostForEvent() 562 SP_Event event_handle; in BlockHostUntilDone()
|