Skip to main content

Module profiler

Module profiler 

Source
Expand description

TensorProfiler — operation profiling for tensor computations.

Records per-operation timing, element counts, and aggregates into per-op-name profiles for throughput analysis and hotspot identification.

Structs§

OpProfile
Aggregate profile for a single operation name.
ProfileEntry
A single recorded profiling entry.
ProfilerStats
Summary statistics for the profiler.
TensorProfiler
Operation profiler for tensor computations.