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

Function _FusedBatchNormGradGradV3

tensorflow/python/ops/nn_grad.py:1081–1083  ·  view source on GitHub ↗
(op, *grad)

Source from the content-addressed store, hash-verified

1079
1080@ops.RegisterGradient("FusedBatchNormGradV3")
1081def _FusedBatchNormGradGradV3(op, *grad):
1082 grad_grad_y, grad_x, grad_scale, _, _ = _FusedBatchNormGradGrad(op, *grad)
1083 return grad_grad_y, grad_x, grad_scale, None, None, None
1084
1085
1086@ops.RegisterGradient("L2Loss")

Callers

nothing calls this directly

Calls 1

_FusedBatchNormGradGradFunction · 0.85

Tested by

no test coverage detected