[ relay ][ frontend ]'Prelude' object has no attribute 'tensor_array_uint8'

ENV: centos 7.5 gcc 7.3 cuda 10 llvm 9.0 TVM: commit 31b47c84b306e8405aee58372a9ed5bea1d90570

When i try to complie tensorflow freeezen pb model whcih content “TensorArrayV3” etc, get an error code “‘Prelude’ object has no attribute ‘tensor_array_uint8’”

Anyone would like to give a favor?

@wweic

could u kindly have look at my questios

Oh, yes. Right now the dynamic tensor type only supports int32 and float32. It should be easy to add uint8 support, let me give you a branch.

thx for your contributions

you can try this patch: https://github.com/dmlc/tvm/pull/4233