Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc252 const int m_cols, void** shuffled_vectors_free) { in ShuffleVectors() argument
254 kNeonVectorAlignment, n_batch * m_cols, shuffled_vectors_free)); in ShuffleVectors()
308 void* shuffled_vectors_free; in DotprodMatrixBatchFourVectorMultiplyAccumulate() local
311 ShuffleVectors(vectors, n_batch, m_cols, &shuffled_vectors_free); in DotprodMatrixBatchFourVectorMultiplyAccumulate()
429 free(shuffled_vectors_free); in DotprodMatrixBatchFourVectorMultiplyAccumulate()
437 void* shuffled_vectors_free; in DotprodMatrixBatchFourVectorMultiplyAccumulate() local
439 ShuffleVectors(vectors, n_batch, m_cols, &shuffled_vectors_free); in DotprodMatrixBatchFourVectorMultiplyAccumulate()
558 free(shuffled_vectors_free); in DotprodMatrixBatchFourVectorMultiplyAccumulate()