CUDNN Frontend API
8.3.0
|
#include <cudnn_frontend.h>
Go to the source code of this file.
Classes | |
class | cudnn_frontend::EngineConfigGenerator |
Namespaces | |
cudnn_frontend | |
Typedefs | |
using | cudnn_frontend::executionPlans_t = std::vector< cudnn_frontend::ExecutionPlan > |
Variety of renames. More... | |
using | cudnn_frontend::Predicate = std::function< bool(cudnn_frontend::ExecutionPlan const &plan)> |
using | cudnn_frontend::GeneratorSource = std::function< cudnn_frontend::EngineConfigList(cudnn_frontend::OperationGraph &)> |
Functions | |
static auto | cudnn_frontend::filter (Predicate pred, executionPlans_t &plans) -> executionPlans_t |