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

Function Add

tensorflow/core/graph/testlib.cc:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258Node* Add(Graph* g, Node* in0, Node* in1) { return Binary(g, "Add", in0, in1); }
259
260Node* Reverse(Graph* g, Node* tensor, Node* axis) {
261 return Binary(g, "ReverseV2", tensor, axis);

Callers 15

TESTFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

BinaryFunction · 0.70

Tested by

no test coverage detected