Searched defs:GetInputNode (Results 1 – 5 of 5) sorted by relevance
31 Status GetInputNode(const GraphOptimizerContext& ctx, const string& input, in GetInputNode() function
186 Status GetInputNode(const string& input, NodeDef** node) const { in GetInputNode() function
73 const NodeDef* GetInputNode(const NodeDef& node, in GetInputNode() function
271 NodeDef* GetInputNode(const NodeDef& node, const MutableGraphView& graph) { in GetInputNode() function277 NodeDef* GetInputNode(const NodeDef& node, const MutableGraphView& graph, in GetInputNode() function
278 TEST(GraphUtilsTest, GetInputNode) { in TEST() argument