Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h122 static constexpr int kFwAuxInputToOutputWeightsTensor = 43; // Optional variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc118 constexpr int kFwAuxInputToOutputWeightsTensor = 43; // Optional variable
498 GetOptionalInputTensor(context, node, kFwAuxInputToOutputWeightsTensor); in Prepare()
1134 GetOptionalInputTensor(context, node, kFwAuxInputToOutputWeightsTensor); in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp154 GetInput(operation, operands, kFwAuxInputToOutputWeightsTensor); in BidirectionalSequenceLSTM()