Lines Matching refs:tempBuffer
185 int32_t* tempBuffer = nullptr; in transposeConvNhwc() local
189 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvNhwc()
191 tempBuffer = new (std::nothrow) int32_t[tempBufferByteSize / sizeof(int32_t)]; in transposeConvNhwc()
192 if (tempBuffer == nullptr) { in transposeConvNhwc()
196 bufferGuard.reset(tempBuffer); in transposeConvNhwc()
218 memset(tempBuffer, 0, tempBufferByteSize); in transposeConvNhwc()
221 int32_t* outputBase = tempBuffer; in transposeConvNhwc()
258 int32_t* bufferPtr = tempBuffer; in transposeConvNhwc()
321 int32_t* tempBuffer = nullptr; in transposeConvQuant8PerChannelNhwc() local
325 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvQuant8PerChannelNhwc()
327 tempBuffer = new (std::nothrow) int32_t[tempBufferByteSize / sizeof(int32_t)]; in transposeConvQuant8PerChannelNhwc()
328 if (tempBuffer == nullptr) { in transposeConvQuant8PerChannelNhwc()
332 bufferGuard.reset(tempBuffer); in transposeConvQuant8PerChannelNhwc()
360 memset(tempBuffer, 0, tempBufferByteSize); in transposeConvQuant8PerChannelNhwc()
363 int32_t* outputBase = tempBuffer; in transposeConvQuant8PerChannelNhwc()
399 int32_t* bufferPtr = tempBuffer; in transposeConvQuant8PerChannelNhwc()