Searched defs:n_blocks (Results 1 – 13 of 13) sorted by relevance
/external/pytorch/test/onnx/model_defs/ |
D | srresnet.py | 52 def __init__(self, rescale_factor, n_filters, n_blocks): argument
|
/external/mesa3d/src/panfrost/perf/ |
D | pan_perf.c | 103 uint32_t n_blocks = 2 + l2_slices + perf->core_id_range; in panfrost_perf_init() local
|
/external/python/cpython3/Modules/_hacl/ |
D | Hacl_Hash_SHA1.c | 141 void Hacl_Hash_SHA1_update_multi(uint32_t *s, uint8_t *blocks, uint32_t n_blocks) in Hacl_Hash_SHA1_update_multi() 300 uint32_t n_blocks = (chunk_len - ite) / 64U; in Hacl_Hash_SHA1_update() local 375 uint32_t n_blocks = (chunk_len - diff - ite) / 64U; in Hacl_Hash_SHA1_update() local
|
D | Hacl_Hash_SHA3.c | 97 uint32_t n_blocks in Hacl_Hash_SHA3_update_multi_sha3() 310 uint32_t n_blocks = (chunk_len - ite) / block_len(i); in Hacl_Hash_SHA3_update() local 394 uint32_t n_blocks = (chunk_len - diff - ite) / block_len(i); in Hacl_Hash_SHA3_update() local 673 uint32_t n_blocks = inputByteLen / rateInBytes; in absorb() local
|
D | Hacl_Hash_SHA2.c | 572 uint32_t n_blocks = (chunk_len - ite) / 64U; in update_224_256() local 647 uint32_t n_blocks = (chunk_len - diff - ite) / 64U; in update_224_256() local 980 uint32_t n_blocks = (chunk_len - ite) / 128U; in update_384_512() local 1055 uint32_t n_blocks = (chunk_len - diff - ite) / 128U; in update_384_512() local
|
D | Hacl_Hash_MD5.c | 1108 void Hacl_Hash_MD5_update_multi(uint32_t *s, uint8_t *blocks, uint32_t n_blocks) in Hacl_Hash_MD5_update_multi() 1267 uint32_t n_blocks = (chunk_len - ite) / 64U; in Hacl_Hash_MD5_update() local 1342 uint32_t n_blocks = (chunk_len - diff - ite) / 64U; in Hacl_Hash_MD5_update() local
|
/external/pytorch/torch/_inductor/codegen/ |
D | cpp_gemm_template.py | 288 def get_blocking(m_factor, n_factor, k_factor, m_blocks, n_blocks, k_blocks): argument
|
/external/libdav1d/src/ |
D | refmvs.h | 79 int n_blocks; member
|
D | refmvs.c | 810 const int n_blocks = rp_stride * n_tile_rows; in dav1d_refmvs_init_frame() local
|
/external/libdav1d/src/x86/ |
D | refmvs.asm | 110 .n_blocks: resd 1 label
|
/external/jemalloc_new/src/ |
D | base.c | 134 size_t n_blocks = with_new_block ? 2 : 1; in base_get_num_blocks() local
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
D | gemm_interleaved_pretransposed_2d.hpp | 514 unsigned int n_blocks = iceildiv(args._Nsize, strategy::out_width()); in estimate_cycles() local
|
/external/libpcap/ |
D | optimize.c | 259 …u_int n_blocks; /* number of blocks in the CFG; guaranteed to be > 0, as it's a RET instruction a… member
|