Home
last modified time | relevance | path

Searched refs:static_scratch_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DTransposeConv2D.cpp48 [[maybe_unused]] char static_scratch_buffer[kStaticBufferSize]; variable
189 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvNhwc()
325 tempBuffer = reinterpret_cast<int32_t*>(static_scratch_buffer); in transposeConvQuant8PerChannelNhwc()
DConv2D.cpp54 [[maybe_unused]] char static_scratch_buffer[kStaticBufferSize]; variable
165 im2colData = reinterpret_cast<Type*>(static_scratch_buffer); \