Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yongwww committed Jun 12, 2019
1 parent 4ed8566 commit 9423313
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/tvm/relay/frontend/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,12 +815,6 @@ def _impl(inputs, attr, params):
'Taxis', '_class'])(inputs, attr)
return _impl

def _infer_out_shapes(inputs, params):
"""A method to get the output shape of an intermediate node in the relay graph."""
out_type = ir_pass.infer_type(inputs)
out_shapes = [get_const_tuple(out_type.checked_type.shape)]
return out_shapes

def _stridedSlice():
def _impl(inputs, attr, params):
"""Strided Slice.
Expand Down

0 comments on commit 9423313

Please sign in to comment.