This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Delete useless variable kDefaultBatchLable.
tags/v1.2.0
zhangxiaokun
3 years ago
parent
717a7fdf4c
commit
772d637776
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
ge/graph/load/new_model_manager/zero_copy_task.cc
+ 0
- 2
ge/graph/load/new_model_manager/zero_copy_task.cc
View File
@@ -22,8 +22,6 @@
#include "common/ge_compiler_options.h"
namespace ge {
const char *const kDefaultBatchLable = "Batch_default";
ZeroCopyTask::ZeroCopyTask(const string &name, uint8_t *args, size_t size)
: name_(name), args_addr_(args), args_size_(size), is_updated_(false) {}
Write
Preview
Loading…
Cancel
Save