Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc98 bool HasSdotInstruction() { in HasSdotInstruction() function
118 if (!HasSdotInstruction()) { in UseCpuBackendGemm()
1050 if (HasSdotInstruction() && m_cols % 16 == 0 && m_rows % 2 == 0 && in NeonMatrixBatchVectorMultiplyAccumulate()
1249 if (HasSdotInstruction() && m_cols % 16 == 0 && m_rows % 2 == 0 && in NeonMatrixBatchVectorMultiplyAccumulateImpl()
1980 if (HasSdotInstruction() && m_cols % 16 == 0) { in NeonSparseMatrixBatchVectorMultiplyAccumulate()