Skip to content

Commit

Permalink
add TRANSPOSE to convert_map
Browse files Browse the repository at this point in the history
  • Loading branch information
cchung100m committed Aug 4, 2019
1 parent c63ad37 commit ccf91cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tvm/relay/frontend/tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def __init__(self, model, subgraph, exp_tab):
'PAD': self.convert_pad,
'PACK': self.convert_pack,
'LOGISTIC': self.convert_logistic,
'SPLIT': self.convert_split
'SPLIT': self.convert_split,
'TRANSPOSE': self.convert_transpose
}

def check_unsupported_ops(self):
Expand Down

0 comments on commit ccf91cc

Please sign in to comment.