CUDNN Frontend API
8.2.0
|
#include <cudnn_frontend_EngineConfigGenerator.h>
Public Attributes | |
cudnn_frontend::ExecutionPlan | plan |
float | time_ms |
One can get the underlying EngineConfig from the ExecutionPlan. More... | |
A pair of execution plan and its run time. Necessary to return a sorted executionPlan
Definition at line 30 of file cudnn_frontend_EngineConfigGenerator.h.
cudnn_frontend::ExecutionPlan cudnn_frontend::executionOption::plan |
Definition at line 31 of file cudnn_frontend_EngineConfigGenerator.h.
Referenced by cudnn_frontend::filter().
float cudnn_frontend::executionOption::time_ms |
One can get the underlying EngineConfig from the ExecutionPlan.
Definition at line 32 of file cudnn_frontend_EngineConfigGenerator.h.