Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc77 std::vector<Node*> GatherNodesWithType(const Graph& g, const string& type) { in GatherNodesWithType() function
137 std::vector<Node*> arg_nodes = GatherNodesWithType(*g, "_Arg"); in ReplaceArgNodesWithRecvAtHostNode()
254 std::vector<Node*> ret_nodes = GatherNodesWithType(*g, "_Retval"); in ReplaceRetNodesWithSendFromHostNode()