Reshape with dynamic shape arg (#6208)
authorDmitriy Smirnov <dmitriy.smirnov@arm.com>
Fri, 7 Aug 2020 03:08:35 +0000 (04:08 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 03:08:35 +0000 (11:08 +0800)
commitda27e6d9a466263a9a0025aba92086a8bf837edb
tree41ac8453b99960d6075e49c6fb26d2248d7fd7fa
parent87f90107846841eba41409d65e8a77c82c033bf4
Reshape with dynamic shape arg (#6208)

Reshape operation updated to take shape from second operand.
In case if shape is provided using second operand it
can be a tensor now.
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py