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

Function TF_AddGradients

tensorflow/c/c_api.cc:2063–2066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061void TF_AbortWhile(const TF_WhileParams* params) { FreeWhileResources(params); }
2062
2063void TF_AddGradients(TF_Graph* g, TF_Output* y, int ny, TF_Output* x, int nx,
2064 TF_Output* dx, TF_Status* status, TF_Output* dy) {
2065 TF_AddGradientsWithPrefix(g, nullptr, y, ny, x, nx, dx, status, dy);
2066}
2067
2068void TF_AddGradientsWithPrefix(TF_Graph* g, const char* prefix, TF_Output* y,
2069 int ny, TF_Output* x, int nx, TF_Output* dx,

Callers 2

TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 1

Tested by 2

TEST_FFunction · 0.68
TEST_FFunction · 0.68