You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dynamic_recurrent_op and other dynamic operators are based on TensorArray, when writing their python UTs, it is impossible to test the inner states of TensorArrays without a python binding.
So let's create some python bindings for TensorArray.