ArmNN
 21.02
Optimizer.hpp File Reference
#include <vector>
#include <memory>
#include "optimizations/All.hpp"

Go to the source code of this file.

Classes

class  Optimizer
 

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Functions

template<typename T >
void Append (Optimizer::Optimizations &optimizations, T &&optimization)
 
template<typename Front , typename... Others>
void Append (Optimizer::Optimizations &optimizations, Front &&front, Others &&... others)
 
template<typename... Args>
Optimizer::Optimizations MakeOptimizations (Args &&... args)