Searched refs:GetNodeIndex (Results 1 – 10 of 10) sorted by relevance
80 const absl::optional<int> GetNodeIndex(absl::string_view node_name) const;83 const absl::optional<int> GetNodeIndex(const NodeDef& node) const;
180 const absl::optional<int> GraphTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::GraphTopologyView189 const absl::optional<int> GraphTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::GraphTopologyView191 return GetNodeIndex(node.name()); in GetNodeIndex()
74 const absl::optional<int> b_idx = graph_view.GetNodeIndex(*b_by_name); in TEST_F()78 const absl::optional<int> c_idx = graph_view.GetNodeIndex("c"); in TEST_F()
54 const absl::optional<int> node_idx = graph_view.GetNodeIndex(*node); in DfsTraversal()
280 protected virtual int GetNodeIndex(object node) { in GetNodeIndex() method in Antlr.Runtime.Tree.BufferedTreeNodeStream
321 protected virtual int GetNodeIndex( object node ) in GetNodeIndex() method in Antlr.Runtime.Tree.BufferedTreeNodeStream
1853 absl::optional<int> node_idx = placed_topo_view.GetNodeIndex(inlined_node); in InlineIndirectFunctionCall()1875 absl::optional<int> node_idx = placed_topo_view.GetNodeIndex(inlined_node); in InlineIndirectFunctionCall()
475 const absl::optional<int> idx = graph_view.GetNodeIndex(*node); in GetStackPushNodesToConvert()
1324 graph_view.GetNodeIndex(*assign_node_in_fanout); in RelaxAllocatorConstraints()
1449 function GetNodeIndex(const Node: IANTLRInterface): Integer; in GetNodeIndex() function3125 function TCommonTreeNodeStream.GetNodeIndex( in GetNodeIndex() function