Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
ec04b943
Commit
ec04b943
authored
Jul 14, 2017
by
Terence Wu
Committed by
Tianqi Chen
May 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 2 spelling mistakes (#129)
parent
0fa529cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nnvm/include/nnvm/tuple.h
+2
-2
No files found.
nnvm/include/nnvm/tuple.h
View file @
ec04b943
...
...
@@ -19,7 +19,7 @@ namespace nnvm {
typedef
int64_t
dim_t
;
/*!
* \brief A dynamic sized array data str
cu
ture that is optimized for storing
* \brief A dynamic sized array data str
uc
ture that is optimized for storing
* small number of elements with same type.
*
* Data will be stored in stack when number of elements is small.
...
...
@@ -72,7 +72,7 @@ class Tuple {
}
/*!
* \brief Assign content to tuple from iterator.
* \param begin the beginning of iterat
ro
* \param begin the beginning of iterat
or
* \param end end the end of the iterator
* \tparam RandomAccessIterator iterator type
*/
...
...
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