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

Function MakeNodeShapeN

tensorflow/core/grappler/graph_analyzer/test_tools.cc:59–63  ·  view source on GitHub ↗

Not really a 2-argument but convenient to construct.

Source from the content-addressed store, hash-verified

57
58// Not really a 2-argument but convenient to construct.
59NodeDef MakeNodeShapeN(const string& name, const string& arg1,
60 const string& arg2) {
61 // This opcode is multi-input but not commutative.
62 return MakeNode2Arg(name, "ShapeN", arg1, arg2);
63}
64
65// Not really a 2-argument but convenient to construct.
66NodeDef MakeNodeIdentityN(const string& name, const string& arg1,

Callers 2

TEST_FFunction · 0.85
TESTFunction · 0.85

Calls 1

MakeNode2ArgFunction · 0.85

Tested by

no test coverage detected