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

Function MakeNodeMul

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

Source from the content-addressed store, hash-verified

41 const string& arg4);
42
43inline NodeDef MakeNodeMul(const string& name, const string& arg1,
44 const string& arg2) {
45 return MakeNode2Arg(name, "Mul", arg1, arg2);
46}
47
48// Not really a 2-argument but convenient to construct.
49inline NodeDef MakeNodeAddN(const string& name, const string& arg1,

Callers 3

TestGraphsMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85

Calls 1

MakeNode2ArgFunction · 0.85

Tested by

no test coverage detected