This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!15092
move kPerTensor field
From:
@zhaodezan
Reviewed-by: @zhang_xue_tong,@jpc_chenjianping Signed-off-by:
@zhang_xue_tong
pull/15092/MERGE
mindspore-ci-bot
Gitee
5 years ago
parent
97e3fc1d5c
e1b2688cfe
commit
c1163d1abb
4 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/lite/micro/coder/opcoders/base/conv2d_base_coder.cc
+0
-3
mindspore/lite/src/lite_kernel.h
+1
-0
mindspore/lite/src/runtime/kernel/arm/base/convolution_base.h
+2
-0
mindspore/lite/src/weight_decoder.h
+ 1
- 0
mindspore/lite/micro/coder/opcoders/base/conv2d_base_coder.cc
View File
@@ -20,6 +20,7 @@
#include "nnacl/fp32/winograd_utils.h"
#include "nnacl/int8/quantize.h"
#include "coder/log.h"
#include "src/weight_decoder.h"
namespace mindspore::lite::micro {
Conv2DBaseCoder::~Conv2DBaseCoder() {
+ 0
- 3
mindspore/lite/src/lite_kernel.h
View File
@@ -31,9 +31,6 @@
#include "include/errorcode.h"
#include "schema/model_generated.h"
static constexpr int kPerTensor = 1;
static constexpr size_t kPerBatch = 3;
namespace mindspore::kernel {
enum KERNEL_ARCH {
kCPU,
+ 1
- 0
mindspore/lite/src/runtime/kernel/arm/base/convolution_base.h
View File
@@ -30,6 +30,7 @@
#include "src/lite_kernel.h"
#include "include/context.h"
#include "src/runtime/kernel/arm/base/layout_transform.h"
#include "src/weight_decoder.h"
using mindspore::lite::InnerContext;
+ 2
- 0
mindspore/lite/src/weight_decoder.h
View File
@@ -27,6 +27,8 @@
#include "src/common/utils.h"
#include "src/tensor.h"
static constexpr int kPerTensor = 1;
namespace mindspore::lite {
class WeightDecoder {
public:
Write
Preview
Loading…
Cancel
Save