Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc317 const int8* mat_ptr1 = matrix + ((row + 1) * m_cols); in DotprodMatrixBatchFourVectorMultiplyAccumulate() local
318 const int8* mat_ptr0_end = mat_ptr1; in DotprodMatrixBatchFourVectorMultiplyAccumulate()
418 : [mat_ptr0] "+r"(mat_ptr0), [mat_ptr1] "+r"(mat_ptr1), in DotprodMatrixBatchFourVectorMultiplyAccumulate()
447 const int8* mat_ptr1 = matrix + ((row + 1) * m_cols); in DotprodMatrixBatchFourVectorMultiplyAccumulate() local
448 const int8* mat_ptr0_end = mat_ptr1; in DotprodMatrixBatchFourVectorMultiplyAccumulate()
542 : [mat_ptr0] "+r"(mat_ptr0), [mat_ptr1] "+r"(mat_ptr1), in DotprodMatrixBatchFourVectorMultiplyAccumulate()