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

Method identity

tensorflow/python/ops/tensor_array_ops.py:219–222  ·  view source on GitHub ↗

See TensorArray.

(self)

Source from the content-addressed store, hash-verified

217 yield
218
219 def identity(self):
220 """See TensorArray."""
221 flow = array_ops.identity(self._flow)
222 return build_ta_with_new_flow(self, flow)
223
224 def grad(self, source, flow=None, name=None):
225 """See TensorArray."""

Callers

nothing calls this directly

Calls 2

build_ta_with_new_flowFunction · 0.85
identityMethod · 0.45

Tested by

no test coverage detected