Searched refs:root_idx (Results 1 – 3 of 3) sorted by relevance
1452 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in FindFloat32TensorListOpClustersAndDenylistUnsafe() local1453 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in FindFloat32TensorListOpClustersAndDenylistUnsafe()1539 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in AddAllowlistOps() local1540 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in AddAllowlistOps()1544 bool inserted = allow_set->insert(root_idx).second; in AddAllowlistOps()1565 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateDenyFwdThroughClearAndInfer() local1566 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in PropagateDenyFwdThroughClearAndInfer()1575 return idx == root_idx || in PropagateDenyFwdThroughClearAndInfer()1585 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateDenyFwdThroughClearAndInfer() local1586 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in PropagateDenyFwdThroughClearAndInfer()[all …]
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()