Home
last modified time | relevance | path

Searched defs:InnerTileRows (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dwinograd_layer.hpp73 static constexpr int InnerTileRows = OutputTileRows + KernelRows - 1; member in winograd::WinogradConvolutionLayer
/external/ComputeLibrary/src/core/NEON/kernels/convolution/depthwise/
Dimpl_qa8_qs8_per_channel.hpp60 constexpr int InnerTileRows = StrideRows * (OutputTileRows - 1) + KernelRows; in tilefn_hybrid() local
Dimpl_qa8_qa8.hpp252 constexpr int InnerTileRows = StrideRows * (OutputTileRows - 1) + KernelRows; in tilefn() local