|
26.01
|
Wrapper Optimization base class that calls Wrapped::Run() for every layer of type BaseType. More...
#include <Optimization.hpp>
Public Member Functions | |
| void | Run (Graph &graph, Layer &base) const override |
Public Member Functions inherited from Optimization | |
| Optimization ()=default | |
| virtual | ~Optimization ()=default |
Protected Member Functions | |
| ~OptimizeForTypeImpl ()=default | |
Wrapper Optimization base class that calls Wrapped::Run() for every layer of type BaseType.
Definition at line 33 of file Optimization.hpp.
|
protecteddefault |
|
inlineoverridevirtual |
Implements Optimization.
Definition at line 38 of file Optimization.hpp.
References Layer::GetType().