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

Function _ConcatGradV2

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

Source from the content-addressed store, hash-verified

224
225@ops.RegisterGradient("ConcatV2")
226def _ConcatGradV2(op, grad):
227 return _ConcatGradHelper(
228 op, grad, start_value_index=0, end_value_index=-1, dim_index=-1)
229
230
231ops.NotDifferentiable("ConcatOffset")

Callers

nothing calls this directly

Calls 1

_ConcatGradHelperFunction · 0.85

Tested by

no test coverage detected