Home
last modified time | relevance | path

Searched defs:m_rows (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dsse_tensor_utils.cc59 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in SseMatrixBatchVectorMultiplyAccumulate()
99 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in SseMatrixBatchVectorMultiplyAccumulate()
143 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SseSparseMatrixBatchVectorMultiplyAccumulate()
Dneon_tensor_utils.h29 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in MatrixBatchVectorMultiplyAccumulate()
38 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
46 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
56 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
67 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in SparseMatrixBatchVectorMultiplyAccumulate()
74 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
Dsse_tensor_utils.h40 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in MatrixBatchVectorMultiplyAccumulate()
49 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
57 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
66 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
77 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in SparseMatrixBatchVectorMultiplyAccumulate()
84 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
Dneon_tensor_utils.cc221 void NeonMatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in NeonMatrixBatchVectorMultiplyAccumulate()
329 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchFourVectorMultiplyAccumulate()
457 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchFourVectorMultiplyAccumulate()
593 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
647 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in DotprodSparseMatrixBatchVectorMultiplyAccumulate()
1018 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulate()
1152 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulate()
1217 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulate()
1750 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in NeonSparseMatrixBatchVectorMultiplyAccumulate()
1791 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in NeonSparseMatrixBatchVectorMultiplyAccumulate()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h62 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in MatrixBatchVectorMultiplyAccumulate()
71 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
80 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
90 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
101 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in SparseMatrixBatchVectorMultiplyAccumulate()
108 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
Dportable_tensor_utils.cc121 int m_rows, int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate()
141 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate()
165 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate()
190 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
220 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
/external/python/pybind11/tests/
Dtest_buffers.cpp74 ssize_t m_rows; in TEST_SUBMODULE() member in TEST_SUBMODULE::Matrix
/external/pdfium/third_party/agg23/
Dagg_rendering_buffer.h138 int8u** m_rows; variable
/external/eigen/Eigen/src/SVD/
DSVDBase.h236 Index m_nonzeroSingularValues, m_rows, m_cols, m_diagSize; variable
/external/eigen/Eigen/src/Core/
DMapBase.h201 const internal::variable_if_dynamic<Index, RowsAtCompileTime> m_rows; variable
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc41 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()