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

Method AddGradientDef

tensorflow/core/framework/function.cc:1204–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202}
1203
1204Status FunctionLibraryDefinition::AddGradientDef(const GradientDef& grad) {
1205 mutex_lock l(mu_);
1206 bool added;
1207 return AddGradientDefHelper(grad, &added);
1208}
1209
1210Status FunctionLibraryDefinition::AddGradientDefHelper(const GradientDef& grad,
1211 bool* added) {

Callers 5

ConvertMethod · 0.80
AddMissingFunctionDefFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64