fix bug when converting constant nodes with types of int64 or float64 (#6159)
authorsleepwalker2017 <1028552010@qq.com>
Wed, 29 Jul 2020 17:30:03 +0000 (01:30 +0800)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 17:30:03 +0000 (10:30 -0700)
commit2ce1193aa46ed4e22f47f6c7b72b7998646a57f8
tree106c9dff2d5d06d10f64eb68ae4674705b8b9d62
parent39c70360b6ec586c91edfe8f93e801079bbbbdd5
fix bug when converting constant nodes with types of int64 or float64 (#6159)

Co-authored-by: yuweilong <yuweilong03@meituan.com>
python/tvm/relay/frontend/tensorflow.py