Searched refs:kNeonVectorAlignment (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.cc | 71 constexpr int kNeonVectorAlignment = 4; variable 254 kNeonVectorAlignment, n_batch * m_cols, shuffled_vectors_free)); in ShuffleVectors() 609 kNeonVectorAlignment, padded_vectors_size, &padded_vectors_free)); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 616 kNeonVectorAlignment, padded_result_size, &padded_result_free)); in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 628 aligned_alloc(kNeonVectorAlignment, padded_scaling_factors_size, in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 639 aligned_alloc(kNeonVectorAlignment, padded_input_offset_size, in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 757 if ((n_input & (kNeonVectorAlignment - 1)) != 0) { in NeonMatrixBatchVectorMultiplyImpl() 760 (int8_t*)aligned_alloc(kNeonVectorAlignment, n_input, // NOLINT in NeonMatrixBatchVectorMultiplyImpl() 765 (int8_t*)aligned_alloc(kNeonVectorAlignment, n_input, // NOLINT in NeonMatrixBatchVectorMultiplyImpl() 801 (uintptr_t)(&row_ptr[col]) & (kNeonVectorAlignment - 1), 0); in NeonMatrixBatchVectorMultiplyImpl() [all …]
|