Home
last modified time | relevance | path

Searched refs:MakeNodeIdentityN (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dtest_tools.cc66 NodeDef MakeNodeIdentityN(const string& name, const string& arg1, in MakeNodeIdentityN() function
184 *pass1 = MakeNodeIdentityN("pass1", "const1_1", "const1_2"); in TestGraphs()
191 *pass2 = MakeNodeIdentityN("pass2", "const2_1", "const2_2"); in TestGraphs()
Dtest_tools.h69 NodeDef MakeNodeIdentityN(const string& name, const string& arg1,
Dgen_node_test.cc247 NodeDef node3 = MakeNodeIdentityN("node3", "node1", "node2"); in TEST()