Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp74 kRecurrentToOutputWeightsTensor, in prepare()
104 const Shape recurrentToOutputShape = context->getInputShape(kRecurrentToOutputWeightsTensor); in prepare()
327 context->getInputBuffer<float>(kRecurrentToOutputWeightsTensor), in execute()
328 context->getInputShape(kRecurrentToOutputWeightsTensor), in execute()
380 context->getInputBuffer<_Float16>(kRecurrentToOutputWeightsTensor), in execute()
381 context->getInputShape(kRecurrentToOutputWeightsTensor), in execute()
DQLSTM.cpp51 kRecurrentToOutputWeightsTensor, in prepare()
75 const Shape recurrentToOutputShape = context->getInputShape(kRecurrentToOutputWeightsTensor); in prepare()
269 context->getInputShape(kRecurrentToOutputWeightsTensor); in execute()
328 context->getInputBuffer(kRecurrentToOutputWeightsTensor)); in execute()
DQuantizedLSTM.cpp235 recurrentToOutputWeights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in QuantizedLSTMCell()
290 auto recurrentToOutputWeights = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp120 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kRecurrentToOutputWeightsTensor, in invoke()
DLSTM.cpp67 recurrent_to_output_weights_ = GetInput(operation, operands, kRecurrentToOutputWeightsTensor); in LSTMCell()
316 kRecurrentToOutputWeightsTensor, in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_shared.h40 constexpr int kRecurrentToOutputWeightsTensor = 8; variable
H A Dunidirectional_sequence_lstm.cc128 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
758 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
910 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in Prepare()
1261 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in Eval()
H A Dlstm.cc209 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
497 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
1192 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1335 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in Prepare()
1723 GetInput(context, node, kRecurrentToOutputWeightsTensor); in Prepare()
1863 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dlstm_utils.h40 kRecurrentToOutputWeightsTensor = 8, enumerator
H A Didentify_lstm_split_inputs.cc122 &(lstm_cell_op->inputs[kRecurrentToOutputWeightsTensor]), in Run()
H A Didentify_lstm_merge_inputs.cc119 model->GetArray(src_op->inputs[kRecurrentToOutputWeightsTensor]), in Run()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DUnidirectionalSequenceLSTM.h40 constexpr uint32_t kRecurrentToOutputWeightsTensor = 8; variable
DQuantizedLSTM.h49 static constexpr int kRecurrentToOutputWeightsTensor = 8; variable
DQLSTM.h38 constexpr uint32_t kRecurrentToOutputWeightsTensor = 8; variable
DLSTM.h69 static constexpr int kRecurrentToOutputWeightsTensor = 8; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc567 context, node, ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor); in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc511 ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor, in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc538 tflite::ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor, in ParseLSTMAttributes()