Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
Node* Add(Graph* g, Node* in0, Node* in1) { return Binary(g,
"Add"
, in0, in1); }
259
260
Node* Reverse(Graph* g, Node* tensor, Node* axis) {
261
return Binary(g,
"ReverseV2"
, tensor, axis);
Callers
15
TEST
Function · 0.50
TEST
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
SimpleNeutralElementTest
Method · 0.50
TEST_F
Function · 0.50
FuseConv2DWithBiasAndAddNOrAdd
Method · 0.50
TEST_F
Function · 0.50
TEST_F
Function · 0.50
Calls
1
Binary
Function · 0.70
Tested by
no test coverage detected