Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgraph_topology_view.h80 const absl::optional<int> GetNodeIndex(absl::string_view node_name) const;
83 const absl::optional<int> GetNodeIndex(const NodeDef& node) const;
Dgraph_topology_view.cc180 const absl::optional<int> GraphTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::GraphTopologyView
189 const absl::optional<int> GraphTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::GraphTopologyView
191 return GetNodeIndex(node.name()); in GetNodeIndex()
Dgraph_topology_view_test.cc74 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()
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc54 const absl::optional<int> node_idx = graph_view.GetNodeIndex(*node); in DfsTraversal()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBufferedTreeNodeStream.cs280 protected virtual int GetNodeIndex(object node) { in GetNodeIndex() method in Antlr.Runtime.Tree.BufferedTreeNodeStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBufferedTreeNodeStream.cs321 protected virtual int GetNodeIndex( object node ) in GetNodeIndex() method in Antlr.Runtime.Tree.BufferedTreeNodeStream
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1853 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()
Dloop_optimizer.cc475 const absl::optional<int> idx = graph_view.GetNodeIndex(*node); in GetStackPushNodesToConvert()
Dmemory_optimizer.cc1324 graph_view.GetNodeIndex(*assign_node_in_fanout); in RelaxAllocatorConstraints()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1449 function GetNodeIndex(const Node: IANTLRInterface): Integer; in GetNodeIndex() function
3125 function TCommonTreeNodeStream.GetNodeIndex( in GetNodeIndex() function