Searched defs:pytorch_q8gemm_sparse_parameters (Results 1 – 1 of 1) sorted by relevance
572 struct pytorch_q8gemm_sparse_parameters { struct573 pytorch_q8gemm_dq_sparse_ukernel_function gemm_dq;576 pytorch_q8gemm_dq_sparse_packedA_w32_ukernel_function packedA_w32_gemm_dq;577 pytorch_q8gemm_dq_sparse_packedA_w16_ukernel_function packedA_w16_gemm_dq;578 pytorch_q8gemm_dq_sparse_packedA_w8_ukernel_function packedA_w8_gemm_dq;579 pytorch_q8gemm_sparse_packA_ukernel_function packA;580 uint8_t mr;581 uint8_t nr;582 uint8_t kr;583 uint8_t log2_mr;[all …]