Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/failure_handling/
Dfailure_handler_test.py52 CLUSTER_SIZE = 4 variable
Dgce_failure_handler_test.py50 CLUSTER_SIZE = 4 variable
/external/mesa3d/src/compiler/nir/
Dnir_intrinsics.py111 CLUSTER_SIZE = "NIR_INTRINSIC_CLUSTER_SIZE" variable
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp5519 static constexpr int CLUSTER_SIZE = 100; in TestRandomAccess() local
/external/cronet/third_party/icu/source/test/intltest/
Drbbitst.cpp5499 static constexpr int CLUSTER_SIZE = 100; in TestRandomAccess() local
/external/e2fsprogs/lib/blkid/
Dprobe.h799 #define CLUSTER_SIZE(sb) (BLOCK_SIZE(sb) << (sb)->bpc_bits) macro