Searched refs:kProjectionBiasTensor (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | UnidirectionalSequenceLSTM.cpp | 61 constexpr uint32_t kProjectionBiasTensor = 17; // Optional variable 105 params.use_projection_bias = hasTensor(context, kProjectionBiasTensor); in getLSTMParams() 298 if (hasTensor(context, kProjectionBiasTensor)) { in prepare() 299 const Shape projectionBiasShape = context->getInputShape(kProjectionBiasTensor); in prepare() 405 context->getInputBuffer<float>(kProjectionBiasTensor), in execute() 447 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 | 229 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke() 233 execution.setInput(LSTMCell::kProjectionBiasTensor, nullptr, 0); in Invoke()
|
D | LSTM.h | 84 static constexpr int kProjectionBiasTensor = 17; // Optional variable
|
D | LSTM.cpp | 76 projection_bias_ = GetInput(operation, operands, kProjectionBiasTensor); // optional in LSTMCell()
|