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

Function MakeNodeSub

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

Source from the content-addressed store, hash-verified

52}
53
54inline 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.
60inline NodeDef MakeNodeBroadcastGradientArgs(const string& name,

Callers 3

TestGraphsMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

MakeNode2ArgFunction · 0.85

Tested by

no test coverage detected