Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp73 kRecurrentToCellWeightsTensor, in prepare()
136 const Shape recurrentToCellShape = context->getInputShape(kRecurrentToCellWeightsTensor); in prepare()
326 context->getInputBuffer<float>(kRecurrentToCellWeightsTensor), in execute()
379 context->getInputBuffer<_Float16>(kRecurrentToCellWeightsTensor), in execute()
DQLSTM.cpp50 kRecurrentToCellWeightsTensor, in prepare()
107 const Shape recurrentToCellShape = context->getInputShape(kRecurrentToCellWeightsTensor); in prepare()
265 const Shape recurrentToCellWeightsShape = context->getInputShape(kRecurrentToCellWeightsTensor); in execute()
319 reinterpret_cast<const int8_t*>(context->getInputBuffer(kRecurrentToCellWeightsTensor)); in execute()
DQuantizedLSTM.cpp234 recurrentToCellWeights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in QuantizedLSTMCell()
289 auto recurrentToCellWeights = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp117 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToCellWeightsTensor, in invoke()
DLSTM.cpp66 recurrent_to_cell_weights_ = GetInput(operation, operands, kRecurrentToCellWeightsTensor); in LSTMCell()
315 kRecurrentToCellWeightsTensor, in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_shared.h39 constexpr int kRecurrentToCellWeightsTensor = 7; variable
H A Dunidirectional_sequence_lstm.cc123 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
478 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in CheckInputTensorDimensions()
753 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1256 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in Eval()
H A Dlstm.cc205 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
493 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
923 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in CheckInputTensorDimensions()
1188 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1710 GetInput(context, node, kRecurrentToCellWeightsTensor); in Prepare()
1859 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dlstm_utils.h39 kRecurrentToCellWeightsTensor = 7, enumerator
H A Didentify_lstm_split_inputs.cc114 &(lstm_cell_op->inputs[kRecurrentToCellWeightsTensor]), in Run()
H A Didentify_lstm_merge_inputs.cc111 model->GetArray(src_op->inputs[kRecurrentToCellWeightsTensor]), num_cell, in Run()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DUnidirectionalSequenceLSTM.h39 constexpr uint32_t kRecurrentToCellWeightsTensor = 7; variable
DQuantizedLSTM.h48 static constexpr int kRecurrentToCellWeightsTensor = 7; variable
DQLSTM.h37 constexpr uint32_t kRecurrentToCellWeightsTensor = 7; variable
DLSTM.h68 static constexpr int kRecurrentToCellWeightsTensor = 7; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc565 context, node, ops::builtin::lstm::full::kRecurrentToCellWeightsTensor); in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc505 ops::builtin::lstm::full::kRecurrentToCellWeightsTensor, in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc522 tflite::ops::builtin::lstm::full::kRecurrentToCellWeightsTensor, in ParseLSTMAttributes()