projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2347775
)
[typo] sin ==> in (#2238)
author
Liang ZOU
<liang.d.zou@gmail.com>
Thu, 6 Dec 2018 03:41:09 +0000
(11:41 +0800)
committer
Tianqi Chen
<tqchen@users.noreply.github.com>
Thu, 6 Dec 2018 03:41:09 +0000
(22:41 -0500)
sin ==> in
include/tvm/runtime/util.h
patch
|
blob
|
history
diff --git
a/include/tvm/runtime/util.h
b/include/tvm/runtime/util.h
index 5fd130737158952fc92f0302a2102b0d23b71e4f..6ec168a250b63555548fb8bc627b74b51fa48157 100644
(file)
--- a/
include/tvm/runtime/util.h
+++ b/
include/tvm/runtime/util.h
@@
-16,7
+16,7
@@
namespace runtime {
* \param t The type
* \param code The type code.
* \param bits The number of bits to be matched.
- * \param lanes The number of lanes
s
in the type.
+ * \param lanes The number of lanes in the type.
*/
inline bool TypeMatch(TVMType t, int code, int bits, int lanes = 1) {
return t.code == code && t.bits == bits && t.lanes == lanes;