Searched refs:NEON_OR_PORTABLE (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.h | 30 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, matrix, m_rows, m_cols, in MatrixBatchVectorMultiplyAccumulate() 40 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, matrix, m_rows, m_cols, in MatrixBatchVectorMultiplyAccumulate() 51 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, matrix, m_rows, m_cols, in MatrixBatchVectorMultiplyAccumulate() 61 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, matrix, m_rows, m_cols, in MatrixBatchVectorMultiplyAccumulate() 70 NEON_OR_PORTABLE(SparseMatrixBatchVectorMultiplyAccumulate1x4, matrix, in SparseMatrixBatchVectorMultiplyAccumulate1x4() 78 NEON_OR_PORTABLE(SparseMatrixBatchVectorMultiplyAccumulate, matrix, ledger, in SparseMatrixBatchVectorMultiplyAccumulate() 86 NEON_OR_PORTABLE(SparseMatrixBatchVectorMultiplyAccumulate, matrix, ledger, in SparseMatrixBatchVectorMultiplyAccumulate() 95 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, input, bias, in MatrixBatchVectorMultiplyAccumulate() 105 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, input, bias, in MatrixBatchVectorMultiplyAccumulate() 138 NEON_OR_PORTABLE(MatrixScalarMultiplyAccumulate, matrix, scalar, n_row, n_col, in MatrixScalarMultiplyAccumulate() [all …]
|
D | sse_tensor_utils.h | 40 NEON_OR_PORTABLE(MatrixBatchVectorMultiplyAccumulate, matrix, m_rows, m_cols, in MatrixBatchVectorMultiplyAccumulate() 78 NEON_OR_PORTABLE(SparseMatrixBatchVectorMultiplyAccumulate1x4, matrix, in SparseMatrixBatchVectorMultiplyAccumulate1x4() 86 NEON_OR_PORTABLE(SparseMatrixBatchVectorMultiplyAccumulate, matrix, ledger, in SparseMatrixBatchVectorMultiplyAccumulate() 232 NEON_OR_PORTABLE(VectorBatchVectorCwiseProductAccumulate, vector, v_size, in VectorBatchVectorCwiseProductAccumulate() 238 return NEON_OR_PORTABLE(VectorVectorDotProduct, vector1, vector2, v_size); in VectorVectorDotProduct() 242 NEON_OR_PORTABLE(Sub1Vector, vector, v_size, result); in Sub1Vector() 251 return NEON_OR_PORTABLE(IsZeroVector, vector, v_size); in IsZeroVector() 261 NEON_OR_PORTABLE(VectorScalarMultiply, vector, v_size, scale, result); in VectorScalarMultiply() 267 NEON_OR_PORTABLE(SymmetricQuantizeFloats, values, size, quantized_values, in SymmetricQuantizeFloats() 274 NEON_OR_PORTABLE(SymmetricQuantizeFloats, values, size, quantized_values, in SymmetricQuantizeFloats() [all …]
|
D | neon_check.h | 32 #define NEON_OR_PORTABLE(funcname, ...) Neon##funcname(__VA_ARGS__) macro 36 #define NEON_OR_PORTABLE(funcname, ...) Portable##funcname(__VA_ARGS__) macro
|