Skip to content

Commit

Permalink
Revert "[TIR][REFACTOR][API-CHANGE] Change Call.name to Call.op(Relay…
Browse files Browse the repository at this point in the history
…Expr) (apache#5863)"

This reverts commit 82d157f.
  • Loading branch information
Taikang Hu committed Jun 23, 2020
1 parent 82d157f commit d770741
Show file tree
Hide file tree
Showing 120 changed files with 1,168 additions and 1,965 deletions.
2 changes: 1 addition & 1 deletion include/tvm/relay/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class CallNode : public ExprNode {
/*!
* \brief The operator(function) being invoked
*
* - It can be tvm::Op which corresponds to the primitive operators.
* - It can be relay::Op which corresponds to the primitive operators.
* - It can also be user defined functions (Function, GlobalVar, Var).
*/
Expr op;
Expand Down
Loading

0 comments on commit d770741

Please sign in to comment.