Home
last modified time | relevance | path

Searched refs:m_MaxSize (Results 1 – 4 of 4) sorted by relevance

/external/armnn/profiling/client/src/
DPacketBuffer.cpp17 : m_MaxSize(maxSize) in PacketBuffer()
20 m_Data = std::make_unique<unsigned char[]>(m_MaxSize); in PacketBuffer()
40 if (size > m_MaxSize) in Commit()
43 … "] bytes which is more than the maximum size of the buffer [" + std::to_string(m_MaxSize) + "]"); in Commit()
62 m_MaxSize = 0; in Destroy()
DPacketBuffer.hpp40 unsigned int m_MaxSize; member in arm::pipe::PacketBuffer
/external/armnn/src/profiling/test/
DProfilingMocks.hpp180 : m_MaxSize(maxSize) in MockPacketBuffer()
182 , m_Data(std::make_unique<unsigned char[]>(m_MaxSize)) in MockPacketBuffer()
199 void Destroy() override {m_Data.reset(nullptr); m_Size = 0; m_MaxSize =0;} in Destroy()
202 unsigned int m_MaxSize; member in arm::pipe::MockPacketBuffer
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scenes/
DHelloTFLite.unity398 m_MaxSize: 40