Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h59 static constexpr int kFwCellToInputWeightsTensor = 9; // Optional variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc55 constexpr int kFwCellToInputWeightsTensor = 9; // Optional variable
394 kFwCellToInputWeightsTensor, kFwCellToForgetWeightsTensor, in CheckInputTensorDimensions()
1013 GetOptionalInputTensor(context, node, kFwCellToInputWeightsTensor); in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp99 GetInput(operation, operands, kFwCellToInputWeightsTensor); // optional in BidirectionalSequenceLSTM()