/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.cc | 97 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in SseMatrixBatchVectorMultiplyAccumulateImpl() 209 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in SseMatrixBatchVectorMultiplyAccumulate() 220 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in SseMatrixBatchVectorMultiplyAccumulate() 270 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in SseMatrixBatchVectorMultiplyAccumulate() 292 const int m_rows, const int m_cols, const int8_t* __restrict__ vector, in SseSparseMatrixVectorMultiplyAccumulate() 325 const int m_rows, const int m_cols, in SseSparseMatrix4VectorsMultiplyAccumulate() 393 const int m_rows, const int m_cols, const int8_t* __restrict__ vectors, in SseSparseMatrixBatchVectorMultiplyAccumulate()
|
D | sse_tensor_utils.h | 37 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in MatrixBatchVectorMultiplyAccumulate() 45 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 54 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 65 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 76 const int32_t* __restrict__ indices, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate1x4() 84 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in SparseMatrixBatchVectorMultiplyAccumulate() 92 const int m_rows, const int m_cols, const int8_t* __restrict__ vectors, in SparseMatrixBatchVectorMultiplyAccumulate()
|
D | neon_tensor_utils.h | 27 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in MatrixBatchVectorMultiplyAccumulate() 35 const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 45 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() 68 const int32_t* __restrict__ indices, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate1x4() 76 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in SparseMatrixBatchVectorMultiplyAccumulate() 83 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
|
D | neon_tensor_utils.cc | 200 void NeonMatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in NeonMatrixBatchVectorMultiplyAccumulate() 305 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchFourVectorMultiplyAccumulate() 433 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchFourVectorMultiplyAccumulate() 562 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchFourVectorMultiplyAccumulate() 595 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 667 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate() 677 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in DotprodSparseMatrixBatchVectorMultiplyAccumulate() 1044 const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulate() 1177 const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulate() 1244 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in NeonMatrixBatchVectorMultiplyAccumulateImpl() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | portable_tensor_utils.h | 58 void MatrixBatchVectorMultiplyAccumulate(const float* matrix, int m_rows, in MatrixBatchVectorMultiplyAccumulate() 66 const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 76 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 88 const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate() 100 const int32_t* __restrict__ indices, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate1x4() 108 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in SparseMatrixBatchVectorMultiplyAccumulate() 115 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
|
D | portable_tensor_utils.cc | 120 int m_rows, int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate() 139 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate() 164 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in PortableMatrixBatchVectorMultiplyAccumulate() 208 const int32_t* __restrict__ indices, int m_rows, int m_cols, in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4() 232 int m_rows, int m_cols, const float* __restrict__ vector, int n_batch, in PortableSparseMatrixBatchVectorMultiplyAccumulate() 260 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils.h | 61 const int8_t* __restrict__ matrix, const int m_rows, const int m_cols, in MatrixBatchVectorMultiplyAccumulate()
|
/external/pdfium/third_party/agg23/ |
D | agg_rendering_buffer.h | 138 int8u** m_rows; variable
|
/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 | 201 const internal::variable_if_dynamic<Index, RowsAtCompileTime> m_rows; variable
|
/external/python/pybind11/tests/ |
D | test_buffers.cpp | 75 py::ssize_t m_rows; in TEST_SUBMODULE() member in TEST_SUBMODULE::Matrix
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 2413 std::vector<Row> m_rows; member in ValueObjectListDelegate
|