Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_defn.h53 struct SE_Timer { struct
54 explicit SE_Timer(stream_executor::StreamExecutor* parent) : timer(parent) {} in SE_Timer() argument
55 stream_executor::Timer timer;
H A Dc_api_decl.h57 typedef struct SE_Timer SE_Timer; typedef