Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc52 constexpr int kFwRecurrentToOutputWeightsTensor = 8; variable
393 kFwRecurrentToCellWeightsTensor, kFwRecurrentToOutputWeightsTensor, in CheckInputTensorDimensions()
463 context, GetInputSafe(context, node, kFwRecurrentToOutputWeightsTensor, in Prepare()
1009 context, GetInputSafe(context, node, kFwRecurrentToOutputWeightsTensor, in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h56 static constexpr int kFwRecurrentToOutputWeightsTensor = 8; variable
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp96 GetInput(operation, operands, kFwRecurrentToOutputWeightsTensor); in BidirectionalSequenceLSTM()
220 kFwRecurrentToOutputWeightsTensor, in Prepare()