Commit cd39697e by Haibin Lin Committed by Tianqi Chen

Update layout.h (#1255)

parent 4be6a307
...@@ -348,7 +348,7 @@ class Layout { ...@@ -348,7 +348,7 @@ class Layout {
return false; return false;
} }
inline const LayoutDim operator[](size_t i) const { inline LayoutDim operator[](size_t i) const {
return layout_simplified_[i]; return layout_simplified_[i];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment