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
!5870
fix cpplint
Merge pull request
!5870
from wandongdong/master
tags/v1.0.0
mindspore-ci-bot
Gitee
5 years ago
parent
c1cb20aca2
b7a02029ca
commit
5a63dac00f
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/lite/src/runtime/kernel/opencl/kernel/batchnorm.cc
+1
-0
mindspore/lite/src/runtime/kernel/opencl/kernel/depthwise_conv2d.cc
+1
-0
mindspore/lite/test/models_tflite_gpu.cfg
+ 1
- 0
mindspore/lite/src/runtime/kernel/opencl/kernel/batchnorm.cc
View File
@@ -16,6 +16,7 @@
#include <cstring>
#include <algorithm>
#include <set>
#include <string>
#include "src/kernel_registry.h"
#include "src/runtime/opencl/opencl_runtime.h"
#include "src/runtime/kernel/opencl/kernel/batchnorm.h"
+ 1
- 0
mindspore/lite/src/runtime/kernel/opencl/kernel/depthwise_conv2d.cc
View File
@@ -18,6 +18,7 @@
#include <float.h>
#include <string>
#include <set>
#include <map>
#include <utility>
#include "src/kernel_registry.h"
#include "src/runtime/opencl/opencl_runtime.h"
+ 1
- 0
mindspore/lite/test/models_tflite_gpu.cfg
View File
@@ -1,6 +1,7 @@
mobilenet_v1_1.0_224.tflite
mobilenet_v2_1.0_224.tflite
resnet.tflite
mtk_AADB_HADB_MBV2_model_fp32.tflite
hiai_cn_recognize_modify_padv2.tflite
hiai_cv_focusShootOCRModel_08.tflite
hiai_model_normalize_object_scene_ps_20200519.tflite
Write
Preview
Loading…
Cancel
Save