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
dadb1227
Unverified
Commit
dadb1227
authored
Sep 27, 2018
by
yimeisun123
Committed by
GitHub
Sep 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix get_index_element_type to return the correct type for IndexReduction OP (#1709)
parent
ea40bc41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
index_reduction.cpp
src/ngraph/op/util/index_reduction.cpp
+1
-0
No files found.
src/ngraph/op/util/index_reduction.cpp
View file @
dadb1227
...
...
@@ -27,6 +27,7 @@ op::util::IndexReduction::IndexReduction(const std::string& node_type,
const
element
::
Type
&
index_element_type
)
:
Op
(
node_type
,
check_single_output_args
({
arg
}))
,
m_axis
(
axis
)
,
m_index_element_type
(
index_element_type
)
{
constructor_validate_and_infer_types
();
auto
rank
=
arg
->
get_shape
().
size
();
...
...
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