Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
3dbe6026
Commit
3dbe6026
authored
Nov 02, 2022
by
Qianfeng Zhang
Browse files
Renaming the batchnorm forward training and inferring examples
parent
c33d0d64
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
example/34_batchnorm/CMakeLists.txt
example/34_batchnorm/CMakeLists.txt
+2
-2
example/34_batchnorm/batchnorm_forward_inferring_nhwc.cpp
example/34_batchnorm/batchnorm_forward_inferring_nhwc.cpp
+0
-0
example/34_batchnorm/batchnorm_forward_training_nhwc.cpp
example/34_batchnorm/batchnorm_forward_training_nhwc.cpp
+0
-0
No files found.
example/34_batchnorm/CMakeLists.txt
View file @
3dbe6026
add_example_executable
(
example_batchnorm_forward batchnorm_forward_nhwc.cpp
)
add_example_executable
(
example_batchnorm_infer batchnorm_infer_nhwc.cpp
)
add_example_executable
(
example_batchnorm_forward
_training
batchnorm_forward_
training_
nhwc.cpp
)
add_example_executable
(
example_batchnorm_
forward_
infer
ring
batchnorm_
forward_
infer
ring
_nhwc.cpp
)
add_example_executable
(
example_batchnorm_backward batchnorm_backward_nhwc.cpp
)
example/34_batchnorm/batchnorm_infer_nhwc.cpp
→
example/34_batchnorm/batchnorm_
forward_
infer
ring
_nhwc.cpp
View file @
3dbe6026
File moved
example/34_batchnorm/batchnorm_forward_nhwc.cpp
→
example/34_batchnorm/batchnorm_forward_
training_
nhwc.cpp
View file @
3dbe6026
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment