22 #ifndef TVM_RUNTIME_CONTRIB_PAPI_H_ 23 #define TVM_RUNTIME_CONTRIB_PAPI_H_ 46 #endif // TVM_RUNTIME_CONTRIB_PAPI_H_ runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Runtime profiling including timers.
Runtime Array container types.
MetricCollector CreatePAPIMetricCollector(Map< DeviceWrapper, Array< String >> metrics)
Construct a metric collector that collects data from hardware performance counters using the Performa...
Wrapper for MetricCollectorNode.
Definition: profiling.h:324
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics, which means map is mutable but copy will happen when array is referenced in more than two places.
Definition: map.h:1271
Runtime Map container types.
Wrapper for Device.
Definition: profiling.h:170