Home
last modified time | relevance | path

Searched refs:kRecurrentToForgetWeightsTensor (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp72 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()
DQLSTM.cpp49 kRecurrentToForgetWeightsTensor, in prepare()
103 const Shape recurrentToForgetShape = context->getInputShape(kRecurrentToForgetWeightsTensor); in prepare()
261 context->getInputShape(kRecurrentToForgetWeightsTensor); in execute()
308 context->getInputBuffer(kRecurrentToForgetWeightsTensor)); in execute()
DQuantizedLSTM.cpp233 recurrentToForgetWeights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in QuantizedLSTMCell()
288 auto recurrentToForgetWeights = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp114 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToForgetWeightsTensor, in invoke()
DLSTM.cpp65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell()
314 kRecurrentToForgetWeightsTensor, in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_shared.h38 constexpr int kRecurrentToForgetWeightsTensor = 6; variable
H A Dunidirectional_sequence_lstm.cc118 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 Dlstm.cc201 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 Dlstm_utils.h38 kRecurrentToForgetWeightsTensor = 6, enumerator
H A Didentify_lstm_split_inputs.cc118 &(lstm_cell_op->inputs[kRecurrentToForgetWeightsTensor]), in Run()
H A Didentify_lstm_merge_inputs.cc115 model->GetArray(src_op->inputs[kRecurrentToForgetWeightsTensor]), in Run()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DUnidirectionalSequenceLSTM.h38 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
DQuantizedLSTM.h47 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
DQLSTM.h36 constexpr uint32_t kRecurrentToForgetWeightsTensor = 6; variable
DLSTM.h67 static constexpr int kRecurrentToForgetWeightsTensor = 6; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc563 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 Dlstm.cc499 ops::builtin::lstm::full::kRecurrentToForgetWeightsTensor, in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc487 tflite::ops::builtin::lstm::full::kRecurrentToForgetWeightsTensor, in ParseLSTMAttributes()