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
cde1f760
Commit
cde1f760
authored
Jan 30, 2019
by
Alexey Romanov
Committed by
Tianqi Chen
Jan 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove an obsolete comment (#2527)
parent
48c16a17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
include/tvm/runtime/packed_func.h
+0
-1
No files found.
include/tvm/runtime/packed_func.h
View file @
cde1f760
...
...
@@ -606,7 +606,6 @@ class TVMRetValue : public TVMPODValue_ {
using
TVMPODValue_
::
operator
DLTensor
*
;
using
TVMPODValue_
::
operator
TVMContext
;
using
TVMPODValue_
::
operator
NDArray
;
// Disable copy and assign from another value, but allow move.
TVMRetValue
(
const
TVMRetValue
&
other
)
:
TVMPODValue_
()
{
this
->
Assign
(
other
);
}
...
...
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