Searched refs:kInputToOutputWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | UnidirectionalSequenceLSTM.cpp | 71 kInputToOutputWeightsTensor, in prepare() 99 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare() 322 context->getInputBuffer<float>(kInputToOutputWeightsTensor), in execute() 323 context->getInputShape(kInputToOutputWeightsTensor), in execute() 375 context->getInputBuffer<_Float16>(kInputToOutputWeightsTensor), in execute() 376 context->getInputShape(kInputToOutputWeightsTensor), in execute()
|
D | QLSTM.cpp | 48 kInputToOutputWeightsTensor, in prepare() 70 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare() 267 const Shape inputToOutputWeightsShape = context->getInputShape(kInputToOutputWeightsTensor); in execute() 326 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToOutputWeightsTensor)); in execute()
|
D | QuantizedLSTM.cpp | 230 inputToOutputWeights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in QuantizedLSTMCell() 281 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare()
|
D | QuantizedLSTMTest.cpp | 108 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToOutputWeightsTensor, in invoke()
|
D | LSTM.cpp | 61 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in LSTMCell() 313 kInputToOutputWeightsTensor, in Prepare()
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | QuantizedLSTM.h | 43 static constexpr int kInputToOutputWeightsTensor = 4; variable
|
D | UnidirectionalSequenceLSTM.h | 34 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
|
D | QLSTM.h | 32 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
|
D | LSTM.h | 63 static constexpr int kInputToOutputWeightsTensor = 4; variable
|