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
5742995d
Commit
5742995d
authored
Oct 25, 2018
by
雾雨魔理沙
Committed by
Tianqi Chen
Oct 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup deadcode (#1991)
parent
fbb5f707
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
include/tvm/relay/expr.h
+0
-8
include/tvm/relay/type.h
+0
-8
No files found.
include/tvm/relay/expr.h
View file @
5742995d
...
...
@@ -388,14 +388,6 @@ class TupleGetItemNode : public ExprNode {
RELAY_DEFINE_NODE_REF
(
TupleGetItem
,
TupleGetItemNode
,
Expr
);
/*! \brief Print a debug representation of the expression to the stream.
* \param env The environment.
* \param e The expression
* \param os the stream
* \returns A reference to the stream.
*/
std
::
ostream
&
DebugPrint
(
const
Environment
&
env
,
const
Expr
&
e
,
std
::
ostream
&
os
);
}
// namespace relay
}
// namespace tvm
#endif // TVM_RELAY_EXPR_H_
include/tvm/relay/type.h
View file @
5742995d
...
...
@@ -379,14 +379,6 @@ class TypeRelationNode : public TypeConstraintNode {
RELAY_DEFINE_NODE_REF
(
TypeRelation
,
TypeRelationNode
,
TypeConstraint
);
/*! \brief Print a debug representation of the type to the stream.
* \param env The environment.
* \param t The type
* \param os the stream
* \returns A reference to the stream.
*/
std
::
ostream
&
DebugPrint
(
const
Environment
&
env
,
const
Type
&
t
,
std
::
ostream
&
os
);
// The following fields contains advanced typing
// Only keep the class name and reserved for future usage.
class
GenericTensorType
;
...
...
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