Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnUtils/
H A DDotSerializer.hpp83 DotAttributeSet& GetAttributeSet() { return *m_Attributes.get(); } in GetAttributeSet() function in armnn::DotEdge
108 DotAttributeSet& GetAttributeSet() { return *m_Attributes.get(); } in GetAttributeSet() function in armnn::DotNode
120 DotAttributeSet& GetAttributeSet() { return *m_Attributes.get(); } in GetAttributeSet() function in armnn::DotDefaults
/aosp_15_r20/external/armnn/src/armnn/
H A DGraph.cpp128 nodes.GetAttributeSet() in SerializeToDot()
135 edges.GetAttributeSet() in SerializeToDot()
168 edge.GetAttributeSet().AddAttribute("label", ss); in SerializeToDot()