Intel® Neural Compressor
latest▼
Click link above to switch version
Getting Started
Installation
Examples
APIs
Release
Legal Information
Security Policy
Repo
Intel® Neural Compressor
neural_compressor.profiling.parser.result
View page source
neural_compressor.profiling.parser.result
Profiling Result class.
Classes
ProfilingResult
Profiling result class.
Module Contents
class
neural_compressor.profiling.parser.result.
ProfilingResult
(
node_name
:
str
,
total_execution_time
:
int
,
accelerator_execution_time
:
int
,
cpu_execution_time
:
int
,
op_run
:
int
,
op_defined
:
int
)
[source]
Profiling result class.