Skip to content

Commit

Permalink
Add comment for MlasConvDepthwise new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yihonglyu committed Jul 27, 2024
1 parent 3df8960 commit 7725154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/core/mlas/inc/mlas.h
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,7 @@ MlasSBGemmConvertPackB(size_t N, size_t K, const float* B, size_t ldb, void* Pac
* @brief Indirect Depthwise convolution for fp16
* @param Input Supplies the indirect buffer for NHWC input
* @param Filter Supplies the address for filter tensor
* @param Bias Supplies the address for 1D bias tensor B, has size of M
* @param Output Supplies the address for the result tensor
* @param Channels # of input channels
* @param OutputCount # of output pixels
Expand Down

0 comments on commit 7725154

Please sign in to comment.