Home
last modified time | relevance | path

Searched refs:GetNodeIndex (Results 1 – 11 of 11) 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/optimizers/
Dauto_mixed_precision.cc427 const absl::optional<int> GetNodeIndex(absl::string_view node_name,
431 const absl::optional<int> GetNodeIndex(const NodeTypeId& node) const;
639 const absl::optional<int> GraphTypeTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::__anon69ea7d4c0111::GraphTypeTopologyView
650 const absl::optional<int> GraphTypeTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::__anon69ea7d4c0111::GraphTypeTopologyView
652 return GetNodeIndex(node.node->name(), node.type_attr); in GetNodeIndex()
756 const absl::optional<int> node_idx = graph_type_view.GetNodeIndex(*node); in DfsTypeTraversal()
1462 graph_type_view_.GetNodeIndex(*root_fp32); in FindFloat32TensorListOpClustersAndDenylistUnsafe()
1743 graph_type_view_.GetNodeIndex(merge_node.name(), TypeAttrId("T")); in ForceColorMatchOnRecurrentEdges()
1755 graph_type_view_.GetNodeIndex(node.name(), TypeAttrId("T")); in ForceColorMatchOnRecurrentEdges()
1798 graph_type_view_.GetNodeIndex(node_type); in ForceColorMatchBetweenTensorListOps()
[all …]
Dloop_optimizer.cc474 const absl::optional<int> idx = graph_view.GetNodeIndex(*node); in GetStackPushNodesToConvert()
Dmemory_optimizer.cc1370 graph_view.GetNodeIndex(*assign_node_in_fanout); in FindAssignNodesToRelax()
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc54 const absl::optional<int> node_idx = graph_view.GetNodeIndex(*node); in DfsTraversal()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc288 uint32_t GetNodeIndex(const Node *node) const { return node - GetNode(0); } in GetNodeIndex() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage
1647 split_next[0].set_node_index(storage_->GetNodeIndex(child_node)); in Insert()
1660 split_next[0].set_node_index(storage_->GetNodeIndex(prev_suffix_node)); in Insert()
1672 split_next[1].set_node_index(storage_->GetNodeIndex(key_node)); in Insert()
1718 new_next[next_len].set_node_index(storage_->GetNodeIndex(new_leaf_node)); in Insert()
1726 storage_->GetMutableNode(storage_->GetNodeIndex(best_node)); in Insert()
2185 *best_node_index = storage_->GetNodeIndex(cur_node); in FindBestNode()
/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/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1449 function GetNodeIndex(const Node: IANTLRInterface): Integer; in GetNodeIndex() function
3125 function TCommonTreeNodeStream.GetNodeIndex( in TCommonTreeNodeStream.GetNodeIndex() function