This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix bug of single_op inferdepend.
tags/v1.3.0
unknown
4 years ago
parent
b7a534a90a
commit
bf4c4aabf8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ge/single_op/single_op_model.cc
+ 1
- 0
ge/single_op/single_op_model.cc
View File
@@ -44,6 +44,7 @@ namespace ge {
namespace {
const size_t kDataOutputNum = 1;
bool NeedHybridModel(GeModelPtr &ge_model) {
auto tasks = ge_model->GetModelTaskDefPtr()->task();
int32_t kernel_task_num = 0;
Write
Preview
Loading…
Cancel
Save