Searched defs:ledger (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.cc | 291 const int8_t* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SseSparseMatrixVectorMultiplyAccumulate() 324 const int8_t* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SseSparseMatrix4VectorsMultiplyAccumulate() 392 const int8_t* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SseSparseMatrixBatchVectorMultiplyAccumulate()
|
D | neon_tensor_utils.h | 75 const float* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SparseMatrixBatchVectorMultiplyAccumulate() 83 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
|
D | sse_tensor_utils.h | 83 const float* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SparseMatrixBatchVectorMultiplyAccumulate() 91 const int8_t* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SparseMatrixBatchVectorMultiplyAccumulate()
|
D | neon_tensor_utils.cc | 677 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in DotprodSparseMatrixBatchVectorMultiplyAccumulate() 1936 const float* __restrict__ matrix, const uint8_t* __restrict__ ledger, in NeonSparseMatrixBatchVectorMultiplyAccumulate() 1976 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 | 107 const float* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SparseMatrixBatchVectorMultiplyAccumulate() 115 const int8_t* __restrict__ matrix, const uint8_t* ledger, const int m_rows, in SparseMatrixBatchVectorMultiplyAccumulate()
|
D | portable_tensor_utils.cc | 231 const float* __restrict__ matrix, const uint8_t* __restrict__ ledger, 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_test.cc | 1046 std::vector<uint8_t> ledger; member 1523 uint8_t ledger[] = { in TEST() local 1598 uint8_t ledger[] = { in TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm.cc | 96 TfLiteTensor* ledger) { in make_ledger() 108 TfLiteStatus copy_ledger(const TfLiteSparsity* sparsity, TfLiteTensor* ledger) { in copy_ledger()
|
D | fully_connected.cc | 57 TfLiteContext* context, TfLiteTensor* ledger) { in CreateLedgerTensor()
|