Searched defs:InnerTileRows (Results 1 – 3 of 3) sorted by relevance
73 static constexpr int InnerTileRows = OutputTileRows + KernelRows - 1; member in winograd::WinogradConvolutionLayer
60 constexpr int InnerTileRows = StrideRows * (OutputTileRows - 1) + KernelRows; in tilefn_hybrid() local
252 constexpr int InnerTileRows = StrideRows * (OutputTileRows - 1) + KernelRows; in tilefn() local