Skip to content

Commit

Permalink
clkjsdflkjlfsjdflkj
Browse files Browse the repository at this point in the history
  • Loading branch information
weberlo committed Jun 29, 2020
1 parent e074a92 commit aaa395f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/tvm/relay/analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,6 @@ def visit(self, expr):
ExprVisitor.visit(self, expr)


#def collect_unquantized_ops(quantized_mod, quantized_dtypes):
# op_collector = UnquantizedOpCollector(quantized_dtypes)
# op_collector.visit(quantized_mod['main'])
# return op_collector.unquantized_ops


def all_dtypes(expr):
"""TODO
Expand All @@ -262,8 +256,6 @@ def all_dtypes(expr):
ret : Set[String]
Set of data types used in the expression
"""
# TODO move visitor to here and eventually move to C++
# ret = _ffi_api.search_fc_transpose(expr)
dtype_collector = ExprDtypeCollector()
dtype_collector.visit(expr)
return dtype_collector.ty_visitor.dtypes
Expand Down

0 comments on commit aaa395f

Please sign in to comment.