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
!23723
code check
Merge pull request
!23723
from zhengyuanhua/br1
tags/v1.5.0-rc1
i-robot
Gitee
4 years ago
parent
80afc4b41c
4f78f38502
commit
97dcbf9fcc
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mindspore/ccsrc/cxx_api/CMakeLists.txt
+0
-1
mindspore/ccsrc/transform/graph_ir/op_declare/nn_batch_norm_ops_declare.cc
+ 0
- 1
mindspore/ccsrc/cxx_api/CMakeLists.txt
View File
@@ -19,7 +19,6 @@ if(ENABLE_D OR ENABLE_ACL)
file(GLOB_RECURSE API_ACL_SRC ${CMAKE_CURRENT_SOURCE_DIR}
"akg_kernel_register.cc"
"model/acl/*.cc"
"model/acl/model_converter.cc"
"model/model_converter_utils/*.cc"
"graph/acl/*.cc"
)
+ 0
- 1
mindspore/ccsrc/transform/graph_ir/op_declare/nn_batch_norm_ops_declare.cc
View File
@@ -75,5 +75,4 @@ ATTR_MAP(L2Normalize) = {
{"epsilon", ATTR_DESC(eps, AnyTraits<float>())}};
OUTPUT_MAP(L2Normalize) = {{0, OUTPUT_DESC(y)}};
REG_ADPT_DESC(L2Normalize, kNameL2Normalize, ADPT_DESC(L2Normalize))
} // namespace mindspore::transform
Write
Preview
Loading…
Cancel
Save