Home
last modified time | relevance | path

Searched refs:m_DebugLayers (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnn/
DDynamicQuantizationVisitor.cpp58m_DebugLayers.insert(std::end(m_DebugLayers), std::begin(newDebugLayers), std::end(newDebugLayers)… in FinishVisit()
64 for (DebugLayer* debugLayer : m_DebugLayers) in RemoveDebugLayers()
76 m_DebugLayers.clear(); in RemoveDebugLayers()
DDynamicQuantizationVisitor.hpp140 std::vector<DebugLayer*> m_DebugLayers; member in armnn::DynamicQuantizationVisitor