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
925ec9ea
Commit
925ec9ea
authored
Oct 25, 2023
by
Bartlomiej Kocot
Browse files
Fix interface test G to N
parent
58990937
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/conv_tensor_rearrange/test_conv_tensor_rearrange_interface.cpp
...tensor_rearrange/test_conv_tensor_rearrange_interface.cpp
+1
-1
No files found.
test/conv_tensor_rearrange/test_conv_tensor_rearrange_interface.cpp
View file @
925ec9ea
...
@@ -53,7 +53,7 @@ class TestConvTensorRearrangeInterface : public ::testing::Test
...
@@ -53,7 +53,7 @@ class TestConvTensorRearrangeInterface : public ::testing::Test
template
<
typename
ConvTensorRearrangeOp
>
template
<
typename
ConvTensorRearrangeOp
>
bool
Run
()
bool
Run
()
{
{
const
auto
G
=
conv_param
.
N
_
;
const
auto
G
=
conv_param
.
G
_
;
const
auto
N
=
conv_param
.
N_
;
const
auto
N
=
conv_param
.
N_
;
const
auto
C
=
conv_param
.
C_
;
const
auto
C
=
conv_param
.
C_
;
const
auto
FakeC
=
const
auto
FakeC
=
...
...
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