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

Method Run

src/armnn/optimizations/AddDebug.hpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36public:
37
38 void Run(Graph& graph, Layer& layer) const
39 {
40 if (layer.GetType() != LayerType::Debug && layer.GetType() != LayerType::Output)
41 {
42 // if the inputs/outputs of this layer do not have a debug layer
43 // insert the debug layer after them
44 InsertDebugLayerAfter(graph, layer, true);
45 }
46 }
47
48protected:
49 AddDebugToFileImpl() = default;

Callers

nothing calls this directly

Calls 2

InsertDebugLayerAfterFunction · 0.85
GetTypeMethod · 0.45

Tested by

no test coverage detected