Home
last modified time | relevance | path

Searched defs:root_idx (Results 1 – 2 of 2) 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
1539 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in AddAllowlistOps() local
1565 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateDenyFwdThroughClearAndInfer() local
1585 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateDenyFwdThroughClearAndInfer() local
1613 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in AddClearAndInferToAllowIfBetweenAllow() local
1639 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in AddClearAndInferToAllowIfBetweenAllow() local
1669 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in PropagateAllowThroughClear() local
1709 for (int root_idx = 0; root_idx < graph_type_view_.num_nodes(); ++root_idx) { in RemoveAllowsetWithFp32() local
/external/mesa3d/src/util/
Dsparse_array.c150 uint64_t root_idx = idx >> (root_level * node_size_log2); in util_sparse_array_get() local