Home
last modified time | relevance | path

Searched defs:row_block_size (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/nn/sparse/quantized/
H A Dutils.py8 def _is_valid_linear_block_sparse_pattern(row_block_size, col_block_size): argument
22 row_block_size = 1 variable in LinearBlockSparsePattern
27 def __init__(self, row_block_size=1, col_block_size=4): argument
H A Dlinear.py19 def __init__(self, row_block_size=1, col_block_size=4, dtype=torch.qint8): argument
114 row_block_size, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/include/
H A Dpack_block_sparse.h81 uint32_t row_block_size; // output features block size member
132 const uint32_t row_block_size, in generateBlockCSRMatrix()
209 const int64_t row_block_size, in generateBlockCSRMatrix()
/aosp_15_r20/external/pytorch/torch/ao/nn/sparse/quantized/dynamic/
H A Dlinear.py29 row_block_size, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
H A Dgemm-block-sparse-microkernel-tester.h34 size_t row_block_size, in fillBlockSparseWeights()
H A Dfully-connected-sparse-operator-tester.h32 size_t row_block_size, in fillBlockSparseWeights()
H A Dq8gemm_sparse.cc18 NR, row_block_size, col_block_size, \ argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/
H A Doperator.h52 uint32_t row_block_size; member
H A Dparams.h585 uint32_t row_block_size; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/
H A Dq8gemm_sparse.cc41 size_t row_block_size, in fillBlockSparseWeights()