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

Function _ConcatGrad

tensorflow/python/ops/array_grad.py:216–222  ·  view source on GitHub ↗
(op, grad)

Source from the content-addressed store, hash-verified

214
215@ops.RegisterGradient("Concat")
216def _ConcatGrad(op, grad):
217 return _ConcatGradHelper(
218 op,
219 grad,
220 start_value_index=1,
221 end_value_index=len(op.inputs),
222 dim_index=0)
223
224
225@ops.RegisterGradient("ConcatV2")

Callers

nothing calls this directly

Calls 1

_ConcatGradHelperFunction · 0.85

Tested by

no test coverage detected