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
MIGraphX
Commits
b2c6106c
"test/verify/test_convolution_backwards.cpp" did not exist on "ba33d25cd3c5acd92d9a8a0c28abb45b288af4f2"
Commit
b2c6106c
authored
Aug 21, 2023
by
Paul
Browse files
Fix formatting
parent
c701d117
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
test/onnx/gen_onnx.py
test/onnx/gen_onnx.py
+8
-6
No files found.
test/onnx/gen_onnx.py
View file @
b2c6106c
...
@@ -6413,6 +6413,7 @@ def slice_test():
...
@@ -6413,6 +6413,7 @@ def slice_test():
return
([
node
],
[
x
],
[
y
])
return
([
node
],
[
x
],
[
y
])
@
onnx_test
()
@
onnx_test
()
def
slice_constant_test
():
def
slice_constant_test
():
y
=
helper
.
make_tensor_value_info
(
'1'
,
TensorProto
.
FLOAT
,
[
1
,
2
])
y
=
helper
.
make_tensor_value_info
(
'1'
,
TensorProto
.
FLOAT
,
[
1
,
2
])
...
@@ -6436,6 +6437,7 @@ def slice_constant_test():
...
@@ -6436,6 +6437,7 @@ def slice_constant_test():
return
([
x
,
node
],
[],
[
y
])
return
([
x
,
node
],
[],
[
y
])
@
onnx_test
()
@
onnx_test
()
def
slice_dyn_test
():
def
slice_dyn_test
():
x
=
helper
.
make_tensor_value_info
(
'0'
,
TensorProto
.
FLOAT
,
[
None
,
None
,
2
])
x
=
helper
.
make_tensor_value_info
(
'0'
,
TensorProto
.
FLOAT
,
[
None
,
None
,
2
])
...
...
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