Home
last modified time | relevance | path

Searched defs:ledger (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dsse_tensor_utils.cc291 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()
Dneon_tensor_utils.h75 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()
Dsse_tensor_utils.h83 const float* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SparseMatrixBatchVectorMultiplyAccumulate()
91 const int8_t* __restrict__ matrix, const uint8_t* __restrict__ ledger, in SparseMatrixBatchVectorMultiplyAccumulate()
Dneon_tensor_utils.cc677 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/
Dportable_tensor_utils.h107 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()
Dportable_tensor_utils.cc231 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/
Dtensor_utils_test.cc1046 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/
Dlstm.cc96 TfLiteTensor* ledger) { in make_ledger()
108 TfLiteStatus copy_ledger(const TfLiteSparsity* sparsity, TfLiteTensor* ledger) { in copy_ledger()
Dfully_connected.cc57 TfLiteContext* context, TfLiteTensor* ledger) { in CreateLedgerTensor()