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

Method size

tensorflow/python/ops/tensor_array_ops.py:1189–1191  ·  view source on GitHub ↗

Return the size of the TensorArray.

(self, name=None)

Source from the content-addressed store, hash-verified

1187 return self._implementation.split(value, lengths, name=name)
1188
1189 def size(self, name=None):
1190 """Return the size of the TensorArray."""
1191 return self._implementation.size(name=name)
1192
1193 @tf_should_use.should_use_result
1194 def close(self, name=None):

Callers 4

testSizeTensorArrayMethod · 0.95
fnMethod · 0.95

Calls

no outgoing calls

Tested by 4

testSizeTensorArrayMethod · 0.76
fnMethod · 0.76