Searched refs:GetNodeIndex (Results 1 – 11 of 11) 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()
427 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::GraphTypeTopologyView650 const absl::optional<int> GraphTypeTopologyView::GetNodeIndex( in GetNodeIndex() function in tensorflow::grappler::__anon69ea7d4c0111::GraphTypeTopologyView652 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 …]
474 const absl::optional<int> idx = graph_view.GetNodeIndex(*node); in GetStackPushNodesToConvert()
1370 graph_view.GetNodeIndex(*assign_node_in_fanout); in FindAssignNodesToRelax()
54 const absl::optional<int> node_idx = graph_view.GetNodeIndex(*node); in DfsTraversal()
288 uint32_t GetNodeIndex(const Node *node) const { return node - GetNode(0); } in GetNodeIndex() function in icing::lib::IcingDynamicTrie::IcingDynamicTrieStorage1647 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()
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
1449 function GetNodeIndex(const Node: IANTLRInterface): Integer; in GetNodeIndex() function3125 function TCommonTreeNodeStream.GetNodeIndex( in TCommonTreeNodeStream.GetNodeIndex() function