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

Function Add

tensorflow/c/c_test_util.cc:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183TF_Operation* Add(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
184 TF_Status* s, const char* name) {
185 TF_Operation* op;
186 AddOpHelper(l, r, graph, s, name, &op, true);
187 return op;
188}
189
190TF_Operation* AddNoCheck(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
191 TF_Status* s, const char* name) {

Callers 15

TEST_FFunction · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.70
GetBatchIndicesFunction · 0.50
GatherV2GradFunction · 0.50
TEST_FFunction · 0.50
Log1pGradFunction · 0.50
Atan2GradFunction · 0.50
AtanGradFunction · 0.50
ReducedShapeHelperFunction · 0.50
ProdGradFunction · 0.50

Calls 4

AddOpHelperFunction · 0.85
TF_NewOperationFunction · 0.85
TF_AddInputListFunction · 0.85
TF_FinishOperationFunction · 0.85

Tested by

no test coverage detected