Searched refs:root_idx (Results 1 – 5 of 5) sorted by relevance
1595 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in FindFloat32TensorListOpClustersAndDenylistUnsafe() local1596 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in FindFloat32TensorListOpClustersAndDenylistUnsafe()1682 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in AddAllowlistOps() local1683 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in AddAllowlistOps()1687 bool inserted = allow_set->insert(root_idx).second; in AddAllowlistOps()1708 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateDenyFwdThroughClearAndInfer() local1709 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in PropagateDenyFwdThroughClearAndInfer()1718 return idx == root_idx || in PropagateDenyFwdThroughClearAndInfer()1728 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateDenyFwdThroughClearAndInfer() local1729 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in PropagateDenyFwdThroughClearAndInfer()[all …]
383 return vertices_[root_idx ()]; in root()386 unsigned root_idx () const in root_idx() function456 queue.insert (root ().modified_distance (0), root_idx ()); in sort_shortest_distance()457 int new_id = root_idx (); in sort_shortest_distance()505 int root_index = (int) root_idx (); in find_space_roots()681 for (unsigned root_idx : roots) in isolate_subgraph() local683 subgraph.set (root_idx, wide_parents (root_idx, parents)); in isolate_subgraph()684 find_subgraph (root_idx, subgraph); in isolate_subgraph()687 unsigned original_root_idx = root_idx (); in isolate_subgraph()706 if (original_root_idx != root_idx () in isolate_subgraph()[all …]
385 return graph.index_for_offset (graph.root_idx (), in get_lookup_list_index()
38 root_idx = -141 root_idx = idx43 if root_idx < 0:44 return root_idx46 is_src = path_segments[root_idx] == "src"47 check_maven_idx = root_idx if is_src else -148 if root_idx == 0 or is_src:50 for idx in range(root_idx + 1, len(path_segments) - 2):55 root_idx = idx65 root_idx = check_maven_idx + 2[all …]
150 uint64_t root_idx = idx >> (root_level * node_size_log2); in util_sparse_array_get() local151 if (likely(root_idx < (1ull << node_size_log2))) in util_sparse_array_get()