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

Function SymbolicGradient

tensorflow/core/common_runtime/function.cc:2476–2478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2474}
2475
2476std::unique_ptr<FunctionBody> SymbolicGradient(const FunctionBody& f) {
2477 return SymbolicGradientHelper(f).Compute();
2478}
2479
2480Status FunctionDefToBodyHelper(
2481 const FunctionDef& fdef, const AttrSlice& attrs,

Callers 7

GetAssociatedFunctionsFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
GetGradBodyMethod · 0.85
TEST_FFunction · 0.85

Calls 2

ComputeMethod · 0.45

Tested by 4

TESTFunction · 0.68
TEST_FFunction · 0.68
GetGradBodyMethod · 0.68
TEST_FFunction · 0.68