/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | UnidirectionalSequenceLSTM.cpp | 72 kRecurrentToForgetWeightsTensor, in prepare() 132 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare() 325 context->getInputBuffer<float>(kRecurrentToForgetWeightsTensor), in execute() 378 context->getInputBuffer<_Float16>(kRecurrentToForgetWeightsTensor), in execute()
|
D | QLSTM.cpp | 49 kRecurrentToForgetWeightsTensor, in prepare() 103 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare() 261 context->getInputShape(kRecurrentToForgetWeightsTensor); in execute() 308 context->getInputBuffer(kRecurrentToForgetWeightsTensor)); in execute()
|
D | QuantizedLSTM.cpp | 233 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell() 288 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
|
D | QuantizedLSTMTest.cpp | 114 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
|
D | LSTM.cpp | 65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell() 314 kRecurrentToForgetWeightsTensor, in Prepare()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_shared.h | 38 constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
H A D | unidirectional_sequence_lstm.cc | 118 GetInputSafe(context, node, lstm::full::kRecurrentToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 467 GetInputSafe(context, node, lstm::full::kRecurrentToForgetWeightsTensor, in CheckInputTensorDimensions() 748 GetInputSafe(context, node, lstm::full::kRecurrentToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1251 GetInputSafe(context, node, lstm::full::kRecurrentToForgetWeightsTensor, in Eval()
|
H A D | lstm.cc | 201 GetInputSafe(context, node, kRecurrentToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 489 GetInputSafe(context, node, kRecurrentToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_8() 911 GetInputSafe(context, node, kRecurrentToForgetWeightsTensor, in CheckInputTensorDimensions() 1184 GetInputSafe(context, node, kRecurrentToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1698 GetInput(context, node, kRecurrentToForgetWeightsTensor); in Prepare() 1855 GetInputSafe(context, node, kRecurrentToForgetWeightsTensor, in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | lstm_utils.h | 38 kRecurrentToForgetWeightsTensor = 6, enumerator
|
H A D | identify_lstm_split_inputs.cc | 118 &(lstm_cell_op->inputs[kRecurrentToForgetWeightsTensor]), in Run()
|
H A D | identify_lstm_merge_inputs.cc | 115 model->GetArray(src_op->inputs[kRecurrentToForgetWeightsTensor]), in Run()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | UnidirectionalSequenceLSTM.h | 38 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
|
D | QuantizedLSTM.h | 47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
D | QLSTM.h | 36 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
|
D | LSTM.h | 67 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 563 context, node, ops::builtin::lstm::full::kRecurrentToForgetWeightsTensor); in lstm_eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
H A D | lstm.cc | 499 ops::builtin::lstm::full::kRecurrentToForgetWeightsTensor, in lstm_eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | lstm_parser.cc | 487 tflite::ops::builtin::lstm::full::kRecurrentToForgetWeightsTensor, in ParseLSTMAttributes()
|