Home
last modified time | relevance | path

Searched defs:m_cols (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h28 int m_cols, const float* vector, in MatrixBatchVectorMultiplyAccumulate()
36 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
45 const int m_cols, const float* vector, int n_batch, float* result, in SparseMatrixBatchVectorMultiplyAccumulate()
53 const int m_cols, const int8_t* __restrict__ vectors, in SparseMatrixBatchVectorMultiplyAccumulate()
Dneon_tensor_utils.cc98 int m_cols, const float* vector, in NeonMatrixBatchVectorMultiplyAccumulate()
151 const int m_cols, void** shuffled_vectors_free) { in ShuffleVectors()
197 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchFourVectorMultiplyAccumulate()
315 const int m_cols, const int8_t* __restrict__ vectors, in DotprodSparseMatrixBatchVectorMultiplyAccumulate()
380 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulate()
511 const float* matrix, const uint8_t* ledger, int m_rows, int m_cols, in NeonSparseMatrixBatchVectorMultiplyAccumulate()
555 const int m_cols, const int8_t* __restrict__ vectors, in NeonSparseMatrixBatchVectorMultiplyAccumulate()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h162 int m_cols, const float* vector, in MatrixBatchVectorMultiplyAccumulate()
170 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
179 const float* matrix, const uint8_t* ledger, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate()
187 const int m_cols, const int8_t* __restrict__ vectors, in SparseMatrixBatchVectorMultiplyAccumulate()
Dportable_tensor_utils.cc69 int m_rows, int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate()
89 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate()
114 const float* matrix, const uint8_t* ledger, int m_rows, int m_cols, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
145 const int m_cols, const int8_t* __restrict__ vectors, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
/external/eigen/Eigen/src/SVD/
DSVDBase.h236 Index m_nonzeroSingularValues, m_rows, m_cols, m_diagSize; variable
/external/eigen/Eigen/src/Core/
DMapBase.h202 const internal::variable_if_dynamic<Index, ColsAtCompileTime> m_cols; variable