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

Function MakeNodeAddN

tensorflow/core/grappler/graph_analyzer/test_tools.h:49–52  ·  view source on GitHub ↗

Not really a 2-argument but convenient to construct.

Source from the content-addressed store, hash-verified

47
48// Not really a 2-argument but convenient to construct.
49inline NodeDef MakeNodeAddN(const string& name, const string& arg1,
50 const string& arg2) {
51 return MakeNode2Arg(name, "AddN", arg1, arg2);
52}
53
54inline NodeDef MakeNodeSub(const string& name, const string& arg1,
55 const string& arg2) {

Callers 3

TestGraphsMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

MakeNode2ArgFunction · 0.85

Tested by

no test coverage detected