Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h48 static constexpr int kFwInputToForgetWeightsTensor = 2; variable
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp86 fw_input_to_forget_weights_ = GetInput(operation, operands, kFwInputToForgetWeightsTensor); in BidirectionalSequenceLSTM()
215 kFwInputToForgetWeightsTensor, in Prepare()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc44 constexpr int kFwInputToForgetWeightsTensor = 2; variable
390 kFwInputToInputWeightsTensor, kFwInputToForgetWeightsTensor, in CheckInputTensorDimensions()
986 GetInputSafe(context, node, kFwInputToForgetWeightsTensor, in Eval()