Home
last modified time | relevance | path

Searched defs:CLUSTER_SIZE (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/failure_handling/
H A Dfailure_handler_test.py52 CLUSTER_SIZE = 4 variable
H A Dgce_failure_handler_test.py50 CLUSTER_SIZE = 4 variable
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp5705 static constexpr int CLUSTER_SIZE = 100; in TestRandomAccess() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Drbbitst.cpp5647 static constexpr int CLUSTER_SIZE = 100; in TestRandomAccess() local
/aosp_15_r20/external/e2fsprogs/lib/blkid/
H A Dprobe.h799 #define CLUSTER_SIZE(sb) (BLOCK_SIZE(sb) << (sb)->bpc_bits) macro