Home
last modified time | relevance | path

Searched refs:kFwAuxInputToInputWeightsTensor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h119 static constexpr int kFwAuxInputToInputWeightsTensor = 40; // Optional variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc115 constexpr int kFwAuxInputToInputWeightsTensor = 40; // Optional variable
492 GetOptionalInputTensor(context, node, kFwAuxInputToInputWeightsTensor); in Prepare()
1128 GetOptionalInputTensor(context, node, kFwAuxInputToInputWeightsTensor); in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp149 fw_aux_input_to_input_weights_ = GetInput(operation, operands, kFwAuxInputToInputWeightsTensor); in BidirectionalSequenceLSTM()