Home
last modified time | relevance | path

Searched refs:kNeonVectorsPerBlock (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1939 constexpr int kNeonVectorsPerBlock = 4; in NeonSparseMatrixBatchVectorMultiplyAccumulate() local
1940 constexpr int kBlockSize = kNeonVectorsPerBlock * kFloatValuesPerNeonVector; in NeonSparseMatrixBatchVectorMultiplyAccumulate()
1958 for (int c = 0; c < kNeonVectorsPerBlock; c++) { in NeonSparseMatrixBatchVectorMultiplyAccumulate()