Searched defs:m_cols (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.h | 28 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()
|
D | neon_tensor_utils.cc | 98 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/ |
D | portable_tensor_utils.h | 162 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()
|
D | portable_tensor_utils.cc | 69 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/ |
D | SVDBase.h | 236 Index m_nonzeroSingularValues, m_rows, m_cols, m_diagSize; variable
|
/external/eigen/Eigen/src/Core/ |
D | MapBase.h | 202 const internal::variable_if_dynamic<Index, ColsAtCompileTime> m_cols; variable
|