Searched refs:kInputToOutputWeightsTensor (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | UnidirectionalSequenceLSTM.cpp | 41 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable 178 kInputToOutputWeightsTensor, in prepare() 205 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare() 428 context->getInputBuffer<float>(kInputToOutputWeightsTensor), in execute() 429 context->getInputShape(kInputToOutputWeightsTensor), in execute() 481 context->getInputBuffer<_Float16>(kInputToOutputWeightsTensor), in execute() 482 context->getInputShape(kInputToOutputWeightsTensor), in execute()
|
D | QuantizedLSTM.h | 43 static constexpr int kInputToOutputWeightsTensor = 4; variable
|
D | QLSTM.cpp | 39 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable 163 kInputToOutputWeightsTensor, in prepare() 185 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare() 381 const Shape inputToOutputWeightsShape = context->getInputShape(kInputToOutputWeightsTensor); in execute() 440 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToOutputWeightsTensor)); in execute()
|
D | QuantizedLSTM.cpp | 229 inputToOutputWeights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in QuantizedLSTMCell() 280 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare()
|
D | LSTM.h | 64 static constexpr int kInputToOutputWeightsTensor = 4; variable
|
D | QuantizedLSTMTest.cpp | 107 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()
|