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
de433392
Commit
de433392
authored
May 20, 2022
by
turneram
Browse files
Formatting
parent
f14e2a44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/onnx/gen_onnx.py
test/onnx/gen_onnx.py
+0
-1
No files found.
test/onnx/gen_onnx.py
View file @
de433392
...
@@ -204,7 +204,6 @@ def attention_test():
...
@@ -204,7 +204,6 @@ def attention_test():
inputs
=
[
'input'
,
'weights'
,
'bias'
,
'mask_index'
],
inputs
=
[
'input'
,
'weights'
,
'bias'
,
'mask_index'
],
outputs
=
[
'result'
],
outputs
=
[
'result'
],
num_heads
=
12
,
num_heads
=
12
,
name
=
"Attention_0"
)
name
=
"Attention_0"
)
return
([
node
],
[
input
,
weights
,
bias
,
mask_index
],
[
result
])
return
([
node
],
[
input
,
weights
,
bias
,
mask_index
],
[
result
])
...
...
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