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

Method identity

tensorflow/python/ops/tensor_array_ops.py:498–501  ·  view source on GitHub ↗

See TensorArray.

(self)

Source from the content-addressed store, hash-verified

496 self._element_shape[0] = self.element_shape.merge_with(shape)
497
498 def identity(self):
499 """See TensorArray."""
500 flow = array_ops.identity(self._flow)
501 return build_ta_with_new_flow(self, flow)
502
503 def grad(self, source, flow=None, name=None):
504 """Not supported."""

Callers

nothing calls this directly

Calls 2

build_ta_with_new_flowFunction · 0.85
identityMethod · 0.45

Tested by

no test coverage detected