Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h61 static constexpr int kFwCellToOutputWeightsTensor = 11; // Optional variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc57 constexpr int kFwCellToOutputWeightsTensor = 11; // Optional variable
395 kFwCellToOutputWeightsTensor, kFwInputGateBiasTensor, in CheckInputTensorDimensions()
1017 GetOptionalInputTensor(context, node, kFwCellToOutputWeightsTensor); in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp103 GetInput(operation, operands, kFwCellToOutputWeightsTensor); // optional in BidirectionalSequenceLSTM()