Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc43 constexpr int kFwInputToInputWeightsTensor = 1; // Optional variable
390 kFwInputToInputWeightsTensor, kFwInputToForgetWeightsTensor, in CheckInputTensorDimensions()
578 GetOptionalInputTensor(context, node, kFwInputToInputWeightsTensor); in Prepare()
983 GetOptionalInputTensor(context, node, kFwInputToInputWeightsTensor); in Eval()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h47 static constexpr int kFwInputToInputWeightsTensor = 1; // Optional variable
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp85 GetInput(operation, operands, kFwInputToInputWeightsTensor); // optional in BidirectionalSequenceLSTM()