Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc74 inline int RoundDownVectors(int size) { in RoundDownVectors() function
207 RoundDownVectors<kFloatValuesPerNeonVector>(m_cols); in NeonMatrixBatchVectorMultiplyAccumulate()
774 RoundDownVectors<kInt8ValuesPerNeonVector>(n_input); in NeonMatrixBatchVectorMultiplyImpl()
776 RoundDownVectors<(kInt8ValuesPerNeonVector / 2)>(n_input); in NeonMatrixBatchVectorMultiplyImpl()
1094 RoundDownVectors<kInt8ValuesPerNeonVector>(m_cols); in NeonMatrixBatchVectorMultiplyAccumulate()
1096 RoundDownVectors<(kInt8ValuesPerNeonVector / 2)>(m_cols); in NeonMatrixBatchVectorMultiplyAccumulate()
1280 RoundDownVectors<kInt8ValuesPerNeonVector>(m_cols); in NeonMatrixBatchVectorMultiplyAccumulateImpl()
1282 RoundDownVectors<(kInt8ValuesPerNeonVector / 2)>(m_cols); in NeonMatrixBatchVectorMultiplyAccumulateImpl()
2052 RoundDownVectors<kFloatValuesPerNeonVector>(v_size); in NeonSub1Vector()
2070 int postamble_start = RoundDownVectors<kInt16ValuesPerNeonVector>(v_size); in NeonSub1Vector()
[all …]