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

Method grad

tensorflow/python/ops/tensor_array_ops.py:1054–1055  ·  view source on GitHub ↗
(self, source, flow=None, name=None)

Source from the content-addressed store, hash-verified

1052 return self._implementation.identity()
1053
1054 def grad(self, source, flow=None, name=None):
1055 return self._implementation.grad(source, flow=flow, name=name)
1056
1057 def read(self, index, name=None):
1058 """Read the value at location `index` in the TensorArray.

Calls

no outgoing calls