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
8dd8f565
"vscode:/vscode.git/clone" did not exist on "fd0f647e2dc2c0ca2e267eec26d321a6efa88fee"
Commit
8dd8f565
authored
Dec 05, 2022
by
Brian Pickrell
Browse files
formatting
parent
b359d6d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/onnx/gen_onnx.py
test/onnx/gen_onnx.py
+2
-0
No files found.
test/onnx/gen_onnx.py
View file @
8dd8f565
...
...
@@ -4622,6 +4622,7 @@ def reducel1_test():
return
([
node
],
[
x
],
[
y
])
@
onnx_test
def
reducel1_dyn_test
():
x
=
helper
.
make_tensor_value_info
(
'x'
,
TensorProto
.
FLOAT
,
[
None
])
...
...
@@ -4636,6 +4637,7 @@ def reducel1_dyn_test():
return
([
node
],
[
x
],
[
y
])
@
onnx_test
def
reducel2_test
():
x
=
helper
.
make_tensor_value_info
(
'x'
,
TensorProto
.
FLOAT
,
[
3
,
4
,
5
,
6
])
...
...
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