CUDNN API
8
|
#include <cudnn_frontend.h>
Go to the source code of this file.
Classes | |
struct | cudnn_frontend::executionOption |
class | cudnn_frontend::EngineConfigGenerator |
Namespaces | |
cudnn_frontend | |
Typedefs | |
using | cudnn_frontend::executionOptions_t = std::vector< struct executionOption > |
Variety of renames. More... | |
using | cudnn_frontend::executionPlans_t = std::vector< cudnn_frontend::ExecutionPlan > |
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 | |
auto | cudnn_frontend::filter (Predicate pred, executionPlans_t &plans) -> executionPlans_t |