Skip to content

Commit

Permalink
lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Zhao Luo authored and Andrew Zhao Luo committed Mar 24, 2021
1 parent b9fb779 commit dbea713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tvm/topi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .sparse_reshape import *
from .scatter_add import *
from .argwhere import *
from .scan import *
from .scan import *
from .einsum import *
from .unique import *
from . import generic
Expand Down
2 changes: 1 addition & 1 deletion src/relay/op/tensor/transform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ RELAY_REGISTER_OP("adv_index")
TVM_REGISTER_NODE_TYPE(ScanopAttrs);

bool ScanopRel(const Array<Type>& types, int num_inputs, const Attrs& attrs,
const TypeReporter& reporter) {
const TypeReporter& reporter) {
// types: [data, output]
ICHECK_EQ(types.size(), 2) << "Expects two types, one for the input and another for the output";
const auto* data = types[0].as<TensorTypeNode>();
Expand Down

0 comments on commit dbea713

Please sign in to comment.