This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix code warning
feature/build-system-rewrite
l00591931
4 years ago
parent
f720355941
commit
7bc6388d63
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/pipeline/jit/static_analysis/evaluator.h
+ 1
- 1
mindspore/ccsrc/pipeline/jit/static_analysis/evaluator.h
View File
@@ -95,7 +95,7 @@ class Evaluator : public Base {
EvaluatorCacheMgrPtr evaluator_cache_mgr() const { return evaluator_cache_mgr_; }
EvaluatorAttrCachePtr attr_cache() const { return attr_cache_; }
const std::recursive_timed_mutex &eval_lock() { return eval_lock_; }
const std::recursive_timed_mutex &eval_lock()
const
{ return eval_lock_; }
protected:
std::string identifier_;
Write
Preview
Loading…
Cancel
Save