Skip to content

Commit

Permalink
Cleanup deadcode (apache#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and Wei Chen committed Feb 19, 2019
1 parent aec1c06 commit 709e884
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions include/tvm/relay/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
8 changes: 0 additions & 8 deletions include/tvm/relay/type.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 709e884

Please sign in to comment.