Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
686574e8
Unverified
Commit
686574e8
authored
Feb 25, 2020
by
Evgenya Stepyreva
Committed by
GitHub
Feb 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "FQ output data type copied from 3,4 input data type (#4341)" (#4378)
This reverts commit
35d50450
.
parent
7aa5e8ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
fake_quantize.cpp
src/ngraph/op/fused/fake_quantize.cpp
+1
-12
No files found.
src/ngraph/op/fused/fake_quantize.cpp
View file @
686574e8
...
@@ -77,18 +77,7 @@ void op::FakeQuantize::validate_and_infer_types()
...
@@ -77,18 +77,7 @@ void op::FakeQuantize::validate_and_infer_types()
NODE_VALIDATION_CHECK
(
this
,
false
,
"Unsupported auto broadcast specification"
);
NODE_VALIDATION_CHECK
(
this
,
false
,
"Unsupported auto broadcast specification"
);
}
}
}
}
set_output_type
(
0
,
get_input_element_type
(
0
),
get_input_partial_shape
(
0
));
element
::
Type
result_et
;
NODE_VALIDATION_CHECK
(
this
,
element
::
Type
::
merge
(
result_et
,
get_input_element_type
(
3
),
get_input_element_type
(
4
)),
"Arguments do not have the same element type (arg3 element type: "
,
get_input_element_type
(
3
),
", arg4 element type: "
,
get_input_element_type
(
4
),
")."
);
set_output_type
(
0
,
result_et
,
get_input_partial_shape
(
0
));
}
}
NodeVector
op
::
FakeQuantize
::
decompose_op
()
const
NodeVector
op
::
FakeQuantize
::
decompose_op
()
const
...
...
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