MCPcopy Create free account
hub / github.com/ARM-software/armnn / Run

Method Run

src/armnn/optimizations/AddDebug.hpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17public:
18
19 void Run(Graph& graph, Layer& layer) const
20 {
21 if (layer.GetType() != LayerType::Debug && layer.GetType() != LayerType::Output)
22 {
23 // if the inputs/outputs of this layer do not have a debug layer
24 // insert the debug layer after them
25 InsertDebugLayerAfter(graph, layer, false);
26 }
27 }
28
29protected:
30 AddDebugImpl() = default;

Callers 1

PassMethod · 0.45

Calls 2

InsertDebugLayerAfterFunction · 0.85
GetTypeMethod · 0.45

Tested by

no test coverage detected