Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A 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;
H A Dc_api_decl.h56 typedef struct SE_Event SE_Event; typedef