Home
last modified time | relevance | path

Searched defs:SE_Event (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_defn.h48 struct SE_Event { struct
49 explicit SE_Event(stream_executor::StreamExecutor* parent) : event(parent) {} in SE_Event() function
50 stream_executor::Event event;
Dc_api_decl.h56 typedef struct SE_Event SE_Event; typedef