Returns the number of tensors in the input tensor map.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.raw_ops.TensorMapSize(
input_handle, name=None
)
input_handle: the input map size: the number of tensors in the map
Returns | |
---|---|
A Tensor of type int32 .
|