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
a6731a3f
"...git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "ae7a72bc66496a501824c95bc6dc10e6cd45be0a"
Commit
a6731a3f
authored
Dec 07, 2023
by
Umang Yadav
Browse files
remove unnecessary changes
parent
3e115b42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/include/migraphx/op/quantizelinear.hpp
src/include/migraphx/op/quantizelinear.hpp
+0
-4
No files found.
src/include/migraphx/op/quantizelinear.hpp
View file @
a6731a3f
...
@@ -58,10 +58,6 @@ struct quantizelinear
...
@@ -58,10 +58,6 @@ struct quantizelinear
{
{
return
{
inputs
[
2
].
type
(),
inputs
[
0
].
lens
(),
inputs
[
0
].
strides
()};
return
{
inputs
[
2
].
type
(),
inputs
[
0
].
lens
(),
inputs
[
0
].
strides
()};
}
}
if
(
inputs
[
0
].
type
()
==
shape
::
float_type
)
{
return
{
shape
::
fp8e4m3fnuz_type
,
inputs
[
0
].
lens
(),
inputs
[
0
].
strides
()};
}
return
{
shape
::
uint8_type
,
inputs
[
0
].
lens
(),
inputs
[
0
].
strides
()};
return
{
shape
::
uint8_type
,
inputs
[
0
].
lens
(),
inputs
[
0
].
strides
()};
}
}
...
...
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