Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DUnidirectionalSequenceLSTM.cpp71 kInputToOutputWeightsTensor, in prepare()
99 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare()
322 context->getInputBuffer<float>(kInputToOutputWeightsTensor), in execute()
323 context->getInputShape(kInputToOutputWeightsTensor), in execute()
375 context->getInputBuffer<_Float16>(kInputToOutputWeightsTensor), in execute()
376 context->getInputShape(kInputToOutputWeightsTensor), in execute()
DQLSTM.cpp48 kInputToOutputWeightsTensor, in prepare()
70 const Shape inputToOutputShape = context->getInputShape(kInputToOutputWeightsTensor); in prepare()
267 const Shape inputToOutputWeightsShape = context->getInputShape(kInputToOutputWeightsTensor); in execute()
326 reinterpret_cast<const int8_t*>(context->getInputBuffer(kInputToOutputWeightsTensor)); in execute()
DQuantizedLSTM.cpp230 inputToOutputWeights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in QuantizedLSTMCell()
281 auto inputToOutputWeights = GetInput(operation, operands, kInputToOutputWeightsTensor); in prepare()
DQuantizedLSTMTest.cpp108 ASSERT_EQ(setInputTensor(&execution, QuantizedLSTMCell::kInputToOutputWeightsTensor, in invoke()
DLSTM.cpp61 input_to_output_weights_ = GetInput(operation, operands, kInputToOutputWeightsTensor); in LSTMCell()
313 kInputToOutputWeightsTensor, in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_shared.h34 constexpr int kInputToOutputWeightsTensor = 4; variable
H A Dunidirectional_sequence_lstm.cc110 GetInputSafe(context, node, lstm::full::kInputToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
740 GetInputSafe(context, node, lstm::full::kInputToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
901 GetInputSafe(context, node, lstm::full::kInputToOutputWeightsTensor, in Prepare()
1243 GetInputSafe(context, node, lstm::full::kInputToOutputWeightsTensor, in Eval()
H A Dlstm.cc194 GetInputSafe(context, node, kInputToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
482 GetInputSafe(context, node, kInputToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
1177 GetInputSafe(context, node, kInputToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1327 GetInputSafe(context, node, kInputToOutputWeightsTensor, in Prepare()
1671 GetInput(context, node, kInputToOutputWeightsTensor); in Prepare()
1848 GetInputSafe(context, node, kInputToOutputWeightsTensor, in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dlstm_utils.h36 kInputToOutputWeightsTensor = 4, enumerator
H A Didentify_lstm_split_inputs.cc106 model, &(lstm_cell_op->inputs[kInputToOutputWeightsTensor]), in Run()
H A Didentify_lstm_merge_inputs.cc103 model->GetArray(src_op->inputs[kInputToOutputWeightsTensor]), in Run()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DUnidirectionalSequenceLSTM.h34 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
DQuantizedLSTM.h43 static constexpr int kInputToOutputWeightsTensor = 4; variable
DQLSTM.h32 constexpr uint32_t kInputToOutputWeightsTensor = 4; variable
DLSTM.h63 static constexpr int kInputToOutputWeightsTensor = 4; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
H A Dlstm.cc558 context, node, ops::builtin::lstm::full::kInputToOutputWeightsTensor); in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
H A Dlstm.cc490 ops::builtin::lstm::full::kInputToOutputWeightsTensor, in lstm_eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc537 tflite::ops::builtin::lstm::full::kInputToOutputWeightsTensor, in ParseLSTMAttributes()