MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / close

Method close

tensorflow/python/ops/tensor_array_ops.py:1194–1196  ·  view source on GitHub ↗

Close the current TensorArray.

(self, name=None)

Source from the content-addressed store, hash-verified

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
1199def build_ta_with_new_flow(old_ta, flow):

Callers 2

testCloseTensorArrayMethod · 0.95
fnMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 2

testCloseTensorArrayMethod · 0.76
fnMethod · 0.76