Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.h139 struct CuptiTracerEvent { struct
148 CuptiTracerEventType type = CuptiTracerEventType::Unsupported; argument
149 CuptiTracerEventSource source = CuptiTracerEventSource::Invalid; argument
153 std::string name;
156 absl::string_view annotation;
157 absl::string_view nvtx_range;
158 uint64 start_time_ns = 0;
159 uint64 end_time_ns = 0;
160 uint32 device_id = 0;
161 uint32 correlation_id = kInvalidCorrelationId;
[all …]