Home
last modified time | relevance | path

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

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