Close the current TensorArray.
(self, name=None)
| 1192 | |
| 1193 | @tf_should_use.should_use_result |
| 1194 | def close(self, name=None): |
| 1195 | """Close the current TensorArray.""" |
| 1196 | return self._implementation.close(name=name) |
| 1197 | |
| 1198 | |
| 1199 | def build_ta_with_new_flow(old_ta, flow): |