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
3ca8879d
Commit
3ca8879d
authored
Apr 08, 2019
by
Khalique
Browse files
formatting
parent
370ab459
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/tf/tf.cpp
src/tf/tf.cpp
+3
-2
No files found.
src/tf/tf.cpp
View file @
3ca8879d
...
@@ -337,11 +337,12 @@ struct tf_parser
...
@@ -337,11 +337,12 @@ struct tf_parser
return
prog
.
add_instruction
(
op
,
{
args
[
0
],
weights
});
return
prog
.
add_instruction
(
op
,
{
args
[
0
],
weights
});
}
}
instruction_ref
parse_matmul
(
const
std
::
string
&
,
attribute_map
attributes
,
std
::
vector
<
instruction_ref
>
args
)
instruction_ref
parse_matmul
(
const
std
::
string
&
,
attribute_map
attributes
,
std
::
vector
<
instruction_ref
>
args
)
{
{
bool
transa
=
false
;
bool
transa
=
false
;
bool
transb
=
false
;
bool
transb
=
false
;
if
(
contains
(
attributes
,
"transpose_a"
))
if
(
contains
(
attributes
,
"transpose_a"
))
{
{
transa
=
attributes
.
at
(
"transpose_a"
).
b
();
transa
=
attributes
.
at
(
"transpose_a"
).
b
();
...
...
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