Searched refs:vector_block_in_batch_ptr (Results 1 – 2 of 2) sorted by relevance
219 const float* vector_block_in_batch_ptr = in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4() local222 dot_prod += *matrix_ptr++ * *vector_block_in_batch_ptr++; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4()247 const int8_t* vector_block_in_batch_ptr = in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16() local250 dot_prod += *matrix_ptr * *vector_block_in_batch_ptr++; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16()282 const float* vector_block_in_batch_ptr = in PortableSparseMatrixBatchVectorMultiplyAccumulate() local285 dot_prod += *matrix_ptr++ * *vector_block_in_batch_ptr++; in PortableSparseMatrixBatchVectorMultiplyAccumulate()
1944 const float* vector_block_in_batch_ptr = in NeonSparseMatrixBatchVectorMultiplyAccumulate1x4() local1948 float32x4_t vector_f32x4 = vld1q_f32(vector_block_in_batch_ptr); in NeonSparseMatrixBatchVectorMultiplyAccumulate1x4()1980 const int8_t* vector_block_in_batch_ptr = in NeonSparseMatrixBatchVectorMultiplyAccumulate1x16() local1984 int8x16_t vector_i8x16 = vld1q_s8(vector_block_in_batch_ptr); in NeonSparseMatrixBatchVectorMultiplyAccumulate1x16()2055 const float* vector_block_in_batch_ptr = in NeonSparseMatrixBatchVectorMultiplyAccumulate() local2060 float32x4_t vector_f32x4 = vld1q_f32(vector_block_in_batch_ptr + in NeonSparseMatrixBatchVectorMultiplyAccumulate()