24.08
|
#include <OptimizeInversePermutes.hpp>
Public Member Functions | |
void | Run (Graph &graph, InputSlot &connection) const |
Run for every connection between a base PermuteLayer and a child PermuteLayer. More... | |
Protected Member Functions | |
OptimizeInversePermutesImpl ()=default | |
~OptimizeInversePermutesImpl ()=default | |
Definition at line 18 of file OptimizeInversePermutes.hpp.
|
protecteddefault |
|
protecteddefault |
Run for every connection between a base PermuteLayer and a child PermuteLayer.
Bypasses both layers for that connection if one is the inverse of the other.
Definition at line 23 of file OptimizeInversePermutes.hpp.
References InputSlot::GetConnectedOutputSlot(), Layer::GetInputSlot(), InputSlot::GetOwningLayer(), OutputSlot::GetOwningLayer(), and armnn::IgnoreUnused().