Home
last modified time | relevance | path

Searched refs:root_idx (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1595 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in FindFloat32TensorListOpClustersAndDenylistUnsafe() local
1596 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() local
1683 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() local
1709 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() local
1729 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in PropagateDenyFwdThroughClearAndInfer()
[all …]
/external/harfbuzz_ng/src/graph/
Dgraph.hh383 return vertices_[root_idx ()]; in root()
386 unsigned root_idx () const in root_idx() function
456 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() local
683 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 …]
Dgsubgpos-graph.hh385 return graph.index_for_offset (graph.root_idx (), in get_lookup_list_index()
/external/bazelbuild-rules_android/rules/
Djava.bzl38 root_idx = -1
41 root_idx = idx
43 if root_idx < 0:
44 return root_idx
46 is_src = path_segments[root_idx] == "src"
47 check_maven_idx = root_idx if is_src else -1
48 if root_idx == 0 or is_src:
50 for idx in range(root_idx + 1, len(path_segments) - 2):
55 root_idx = idx
65 root_idx = check_maven_idx + 2
[all …]
/external/mesa3d/src/util/
Dsparse_array.c150 uint64_t root_idx = idx >> (root_level * node_size_log2); in util_sparse_array_get() local
151 if (likely(root_idx < (1ull << node_size_log2))) in util_sparse_array_get()