Searched defs:ledger (Results 1 – 5 of 5) sorted by relevance
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | neon_tensor_utils.h | 44 const float* matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate() 52 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
|
| D | neon_tensor_utils.cc | 314 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in DotprodSparseMatrixBatchVectorMultiplyAccumulate() 511 const float* matrix, const uint8_t* ledger, int m_rows, int m_cols, in NeonSparseMatrixBatchVectorMultiplyAccumulate() 554 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in NeonSparseMatrixBatchVectorMultiplyAccumulate()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | portable_tensor_utils.h | 179 const float* matrix, const uint8_t* ledger, int m_rows, int m_cols, in SparseMatrixBatchVectorMultiplyAccumulate() 186 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
|
| D | portable_tensor_utils.cc | 114 const float* matrix, const uint8_t* ledger, int m_rows, int m_cols, in PortableSparseMatrixBatchVectorMultiplyAccumulate() 144 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/ |
| D | tensor_utils_test.cc | 160 std::vector<uint8_t> ledger; member 522 uint8_t ledger[] = { in TEST() local 598 uint8_t ledger[] = { in TEST() local
|