Searched defs:MAX_BLOCK_SIZE (Results 1 – 7 of 7) sorted by relevance
9 constexpr int MAX_BLOCK_SIZE = AT_ROCM_ENABLED() ? 256 : 1024; variable
15 constexpr int MAX_BLOCK_SIZE = 256; variable
581 constexpr int MAX_BLOCK_SIZE = 256; in getGradParamsNumThreads() local
26 constexpr int MAX_BLOCK_SIZE = 256; variable
24 private static final int MAX_BLOCK_SIZE = 256; field in GifHeaderParser
91 #define MAX_BLOCK_SIZE 0x70 macro
38 private final static int MAX_BLOCK_SIZE = (1 << 17); field in ByteArrayBuilder