| 52 | } |
| 53 | |
| 54 | inline NodeDef MakeNodeSub(const string& name, const string& arg1, |
| 55 | const string& arg2) { |
| 56 | return MakeNode2Arg(name, "Sub", arg1, arg2); |
| 57 | } |
| 58 | |
| 59 | // Has 2 honest outputs. |
| 60 | inline NodeDef MakeNodeBroadcastGradientArgs(const string& name, |
no test coverage detected