Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc1452 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in FindFloat32TensorListOpClustersAndDenylistUnsafe() local
1453 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() local
1540 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() local
1566 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() local
1586 const NodeTypeId& root = *graph_type_view_.GetNode(root_idx); in PropagateDenyFwdThroughClearAndInfer()
[all …]
/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()