Searched refs:kProjectionBiasTensor (Results 1 – 8 of 8) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | UnidirectionalSequenceLSTM.cpp | 59 params.use_projection_bias = hasTensor(context, kProjectionBiasTensor); in getLSTMParams() 205 if (hasTensor(context, kProjectionBiasTensor)) { in prepare() 206 const Shape projectionBiasShape = context->getInputShape(kProjectionBiasTensor); in prepare() 342 context->getInputBuffer<float>(kProjectionBiasTensor), in execute() 395 context->getInputBuffer<_Float16>(kProjectionBiasTensor), in execute()
|
D | LayerNormLSTMTest.cpp | 245 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke() 249 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
|
D | LSTMTest.cpp | 232 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke() 236 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
|
D | QLSTM.cpp | 176 if (hasTensor(context, kProjectionBiasTensor)) { in prepare() 177 const Shape projectionBiasShape = context->getInputShape(kProjectionBiasTensor); in prepare() 339 reinterpret_cast<const int32_t*>(context->getInputBuffer(kProjectionBiasTensor)); in execute()
|
D | LSTM.cpp | 81 projection_bias_ = GetInput(operation, operands, kProjectionBiasTensor); // optional in LSTMCell()
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | UnidirectionalSequenceLSTM.h | 56 constexpr uint32_t kProjectionBiasTensor = 17; // Optional variable
|
D | QLSTM.h | 55 constexpr uint32_t kProjectionBiasTensor = 17; variable
|
D | LSTM.h | 85 static constexpr int kProjectionBiasTensor = 17; // Optional variable
|