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

Function Identity

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

Source from the content-addressed store, hash-verified

248}
249
250Node* Identity(Graph* g, Node* input, int index) {
251 Node* ret;
252 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Identity")
253 .Input(input, index)
254 .Finalize(g, &ret));
255 return ret;
256}
257
258Node* Add(Graph* g, Node* in0, Node* in1) { return Binary(g, "Add", in0, in1); }
259

Callers 15

TEST_FFunction · 0.70
TEST_FFunction · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
MakeOuterGraphFunction · 0.50
MakeBodyGraphFunction · 0.50
TESTFunction · 0.50
DataToControlFunction · 0.50

Calls 4

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
InputMethod · 0.45
NewNameMethod · 0.45

Tested by

no test coverage detected