Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc84 struct MemcpyRecord { struct
85 CUmemorytype src_type;
86 CUmemorytype dst_type;
87 size_t size_bytes;
88 CUcontext context;
89 CUstream stream;
90 CUevent start_event;
91 CUevent stop_event;
92 const std::string* annotation;