Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h120 static constexpr int kFwAuxInputToForgetWeightsTensor = 41; // Optional variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc116 constexpr int kFwAuxInputToForgetWeightsTensor = 41; // Optional variable
494 GetOptionalInputTensor(context, node, kFwAuxInputToForgetWeightsTensor); in Prepare()
1130 GetOptionalInputTensor(context, node, kFwAuxInputToForgetWeightsTensor); in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp151 GetInput(operation, operands, kFwAuxInputToForgetWeightsTensor); in BidirectionalSequenceLSTM()