Skip to content

Commit

Permalink
Update src/relay/op/dyn/tensor/transform.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Yong Wu <[email protected]>
  • Loading branch information
Matthew Brookhart and yongwww authored Jul 6, 2020
1 parent a949fc5 commit a88b3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relay/op/dyn/tensor/transform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ RELAY_REGISTER_OP("dyn.reshape")
.set_attr<TOpPattern>("TOpPattern", kInjective);

// tile operator
// TVM_REGISTER_NODE_TYPE(TileAttrs);

bool TileRel(const Array<Type>& types, int num_inputs, const Attrs& attrs,
const TypeReporter& reporter) {
Expand Down

0 comments on commit a88b3b8

Please sign in to comment.