Lines Matching refs:tempBuffer
188 int32_t* tempBuffer = nullptr; in transposeConvNhwc() local
192 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvNhwc()
194 tempBuffer = new (std::nothrow) int32_t[tempBufferByteSize / sizeof(int32_t)]; in transposeConvNhwc()
195 if (tempBuffer == nullptr) { in transposeConvNhwc()
199 bufferGuard.reset(tempBuffer); in transposeConvNhwc()
221 memset(tempBuffer, 0, tempBufferByteSize); in transposeConvNhwc()
224 int32_t* outputBase = tempBuffer; in transposeConvNhwc()
261 int32_t* bufferPtr = tempBuffer; in transposeConvNhwc()
324 int32_t* tempBuffer = nullptr; in transposeConvQuant8PerChannelNhwc() local
328 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvQuant8PerChannelNhwc()
330 tempBuffer = new (std::nothrow) int32_t[tempBufferByteSize / sizeof(int32_t)]; in transposeConvQuant8PerChannelNhwc()
331 if (tempBuffer == nullptr) { in transposeConvQuant8PerChannelNhwc()
335 bufferGuard.reset(tempBuffer); in transposeConvQuant8PerChannelNhwc()
363 memset(tempBuffer, 0, tempBufferByteSize); in transposeConvQuant8PerChannelNhwc()
366 int32_t* outputBase = tempBuffer; in transposeConvQuant8PerChannelNhwc()
402 int32_t* bufferPtr = tempBuffer; in transposeConvQuant8PerChannelNhwc()