Skip to content

Commit

Permalink
Update layout.h (apache#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin authored and sergei-mironov committed Aug 8, 2018
1 parent ab9a4ce commit 1809c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnvm/include/nnvm/layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class Layout {
return false;
}

inline const LayoutDim operator[](size_t i) const {
inline LayoutDim operator[](size_t i) const {
return layout_simplified_[i];
}

Expand Down

0 comments on commit 1809c3f

Please sign in to comment.