tf.raw_ops.OrderedMapSize

Op returns the number of elements in the underlying container.

dtypesA list of tf.DTypes.
capacityAn optional int that is >= 0. Defaults to 0.
memory_limitAn optional int that is >= 0. Defaults to 0.
containerAn optional string. Defaults to "".
shared_nameAn optional string. Defaults to "".
nameA name for the operation (optional).

A Tensor of type int32.