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

Function size_v2

tensorflow/python/ops/array_ops.py:499–501  ·  view source on GitHub ↗
(input, out_type=dtypes.int32, name=None)

Source from the content-addressed store, hash-verified

497@tf_export("size", v1=[])
498@dispatch.add_dispatch_support
499def 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"])

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected