/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | UnidirectionalSequenceLSTM.cpp | 69 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()
|
D | QLSTM.cpp | 46 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()
|
D | QuantizedLSTM.cpp | 228 inputToForgetWeights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in QuantizedLSTMCell() 279 auto inputToForgetWeights = GetInput(operation, operands, kInputToForgetWeightsTensor); in prepare()
|
D | QuantizedLSTMTest.cpp | 102 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToForgetWeightsTensor, in invoke()
|
D | LSTM.cpp | 59 input_to_forget_weights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in LSTMCell() 311 kInputToForgetWeightsTensor, in Prepare()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_shared.h | 32 constexpr int kInputToForgetWeightsTensor = 2; variable
|
H A D | unidirectional_sequence_lstm.cc | 101 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 D | lstm.cc | 186 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 D | lstm_utils.h | 34 kInputToForgetWeightsTensor = 2, enumerator
|
H A D | identify_lstm_split_inputs.cc | 103 model, &(lstm_cell_op->inputs[kInputToForgetWeightsTensor]), in Run()
|
H A D | identify_lstm_merge_inputs.cc | 99 model->GetArray(src_op->inputs[kInputToForgetWeightsTensor]), in Run()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | UnidirectionalSequenceLSTM.h | 32 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
|
D | QuantizedLSTM.h | 41 static constexpr int kInputToForgetWeightsTensor = 2; variable
|
D | QLSTM.h | 30 constexpr uint32_t kInputToForgetWeightsTensor = 2; variable
|
D | LSTM.h | 61 static constexpr int kInputToForgetWeightsTensor = 2; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
H A D | lstm.cc | 554 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 D | lstm.cc | 479 ops::builtin::lstm::full::kInputToForgetWeightsTensor, in lstm_eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | lstm_parser.cc | 486 tflite::ops::builtin::lstm::full::kInputToForgetWeightsTensor, in ParseLSTMAttributes()
|