Error with tensor_array_scatter

I tried to import a graph with tensor_array_scatter but it is not able to processes in TVM because it gives out error at

  • values_rank = len(inputs[2].type_annotation.shape)

Which is present in def _tensor_array_scatter() function in tensorflow frontend

and even the tensor_array_scatter node doesn’t have the following shape in it, is there a way to add shape for tensor_array_scatter in the graph.