(input, out_type=dtypes.int32, name=None)
| 497 | @tf_export("size", v1=[]) |
| 498 | @dispatch.add_dispatch_support |
| 499 | def size_v2(input, out_type=dtypes.int32, name=None): |
| 500 | # pylint: disable=redefined-builtin |
| 501 | return size(input, name, out_type) |
| 502 | |
| 503 | |
| 504 | @tf_export(v1=["size"]) |