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

Method Close

src/profiling/test/ProfilingMocks.hpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void Close() override
71 {
72 std::lock_guard<std::mutex> lock(m_Mutex);
73
74 m_IsOpen = false;
75 }
76
77 bool WritePacket(const unsigned char* buffer, uint32_t length) override
78 {

Callers 1

StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected