Home
last modified time | relevance | path

Searched defs:n_blocks (Results 1 – 13 of 13) sorted by relevance

/external/pytorch/test/onnx/model_defs/
Dsrresnet.py52 def __init__(self, rescale_factor, n_filters, n_blocks): argument
/external/mesa3d/src/panfrost/perf/
Dpan_perf.c103 uint32_t n_blocks = 2 + l2_slices + perf->core_id_range; in panfrost_perf_init() local
/external/python/cpython3/Modules/_hacl/
DHacl_Hash_SHA1.c141 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
DHacl_Hash_SHA3.c97 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
DHacl_Hash_SHA2.c572 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
DHacl_Hash_MD5.c1108 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/
Dcpp_gemm_template.py288 def get_blocking(m_factor, n_factor, k_factor, m_blocks, n_blocks, k_blocks): argument
/external/libdav1d/src/
Drefmvs.h79 int n_blocks; member
Drefmvs.c810 const int n_blocks = rp_stride * n_tile_rows; in dav1d_refmvs_init_frame() local
/external/libdav1d/src/x86/
Drefmvs.asm110 .n_blocks: resd 1 label
/external/jemalloc_new/src/
Dbase.c134 size_t n_blocks = with_new_block ? 2 : 1; in base_get_num_blocks() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dgemm_interleaved_pretransposed_2d.hpp514 unsigned int n_blocks = iceildiv(args._Nsize, strategy::out_width()); in estimate_cycles() local
/external/libpcap/
Doptimize.c259 …u_int n_blocks; /* number of blocks in the CFG; guaranteed to be > 0, as it's a RET instruction a… member