Searched refs:projection_weights_ledger (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.h | 158 const TfLiteTensor* projection_weights_ledger,
|
D | lstm_eval.cc | 435 const int8_t* projection_weights, const uint8_t* projection_weights_ledger, in CalculateLstmOutputHybrid() argument 461 if (projection_weights_ledger != nullptr) { in CalculateLstmOutputHybrid() 467 projection_weights, projection_weights_ledger, n_output, n_cell, in CalculateLstmOutputHybrid() 1900 const TfLiteTensor* projection_weights_ledger, in EvalHybrid() 2026 GetTensorData<uint8_t>(projection_weights_ledger), in EvalHybrid() 2124 GetTensorData<uint8_t>(projection_weights_ledger), in EvalHybrid()
|
D | lstm.cc | 1732 TfLiteTensor* projection_weights_ledger = in Prepare() local 1736 projection_weights_ledger); in Prepare() 1965 TfLiteTensor* projection_weights_ledger = in Eval() local 1990 projection_weights_ledger); in Eval() 2012 projection_weights, projection_weights_ledger, projection_bias, in Eval()
|