Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dwinograd_layer.hpp74 static constexpr int InnerTileCols = OutputTileCols + KernelCols - 1; member in winograd::WinogradConvolutionLayer
/external/ComputeLibrary/src/core/NEON/kernels/convolution/depthwise/
Dimpl_qa8_qs8_per_channel.hpp61 constexpr int InnerTileCols = StrideCols * (OutputTileCols - 1) + KernelCols; in tilefn_hybrid() local
Dimpl_qa8_qa8.hpp253 constexpr int InnerTileCols = StrideCols * (OutputTileCols - 1) + KernelCols; in tilefn() local