Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp69 kInputToForgetWeightsTensor, in prepare()
116 const Shape inputToForgetShape = context->getInputShape(kInputToForgetWeightsTensor); in prepare()
320 context->getInputBuffer<float>(kInputToForgetWeightsTensor), in execute()
373 context->getInputBuffer<_Float16>(kInputToForgetWeightsTensor), in execute()
DQLSTM.cpp46 kInputToForgetWeightsTensor, in prepare()
87 const Shape inputToForgetShape = context->getInputShape(kInputToForgetWeightsTensor); in prepare()
259 const Shape inputToForgetWeightsShape = context->getInputShape(kInputToForgetWeightsTensor); in execute()
306 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToForgetWeightsTensor)); in execute()
DQuantizedLSTM.cpp228 inputToForgetWeights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in QuantizedLSTMCell()
279 auto inputToForgetWeights = GetInput(operation, operands, kInputToForgetWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp102 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToForgetWeightsTensor, in invoke()
DLSTM.cpp59 input_to_forget_weights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in LSTMCell()
311 kInputToForgetWeightsTensor, in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_shared.h32 constexpr int kInputToForgetWeightsTensor = 2; variable
H A Dunidirectional_sequence_lstm.cc101 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
440 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in CheckInputTensorDimensions()
731 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1234 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in Eval()
H A Dlstm.cc186 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
474 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
867 GetInputSafe(context, node, kInputToForgetWeightsTensor, in CheckInputTensorDimensions()
1169 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1647 GetInput(context, node, kInputToForgetWeightsTensor); in Prepare()
1840 GetInputSafe(context, node, kInputToForgetWeightsTensor, in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dlstm_utils.h34 kInputToForgetWeightsTensor = 2, enumerator
H A Didentify_lstm_split_inputs.cc103 model, &(lstm_cell_op->inputs[kInputToForgetWeightsTensor]), in Run()
H A Didentify_lstm_merge_inputs.cc99 model->GetArray(src_op->inputs[kInputToForgetWeightsTensor]), in Run()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DUnidirectionalSequenceLSTM.h32 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
DQuantizedLSTM.h41 static constexpr int kInputToForgetWeightsTensor = 2; variable
DQLSTM.h30 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
DLSTM.h61 static constexpr int kInputToForgetWeightsTensor = 2; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc554 context, node, ops::builtin::lstm::full::kInputToForgetWeightsTensor); in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc479 ops::builtin::lstm::full::kInputToForgetWeightsTensor, in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc486 tflite::ops::builtin::lstm::full::kInputToForgetWeightsTensor, in ParseLSTMAttributes()