提交 a323f1a4 编写于 作者: M Megvii Engine Team 提交者: Xinran Xu

feat(dnn/arm): add nchw nchw44 first conv

GitOrigin-RevId: 563f57844f058fed0b4efe05508e410904eae8f8
上级 814a4278
......@@ -57,8 +57,8 @@ public:
}
for (size_t oc_tile_size : {24, 48}) {
refhold.emplace_back(new AlgoConv1x1(
static_cast<MatrixMulImpl::AlgoBase*>(algo),
oc_tile_size));
static_cast<MatrixMulImpl::AlgoBase*>(algo),
oc_tile_size));
all_algos.emplace_back(refhold.back().get());
}
#if 0
......
......@@ -6,7 +6,8 @@
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#pragma once
......
......@@ -6,7 +6,8 @@
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#include "src/fallback/convolution/algos.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册