Searched refs:static_scratch_buffer (Results 1 – 2 of 2) sorted by relevance
48 [[maybe_unused]] char static_scratch_buffer[kStaticBufferSize]; variable189 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvNhwc()325 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvQuant8PerChannelNhwc()
54 [[maybe_unused]] char static_scratch_buffer[kStaticBufferSize]; variable165 im2colData = reinterpret_cast<Type*>(static_scratch_buffer); \