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

Function _FusedBatchNormGradGradV2

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

Source from the content-addressed store, hash-verified

1074
1075@ops.RegisterGradient("FusedBatchNormGradV2")
1076def _FusedBatchNormGradGradV2(op, *grad):
1077 return _FusedBatchNormGradGrad(op, *grad)
1078
1079
1080@ops.RegisterGradient("FusedBatchNormGradV3")

Callers

nothing calls this directly

Calls 1

_FusedBatchNormGradGradFunction · 0.85

Tested by

no test coverage detected