| 41 | const string& arg4); |
| 42 | |
| 43 | inline 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. |
| 49 | inline NodeDef MakeNodeAddN(const string& name, const string& arg1, |
no test coverage detected