Home
last modified time | relevance | path

Searched defs:kFwInputToOutputWeightsTensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h50 static constexpr int kFwInputToOutputWeightsTensor = 4; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dbidirectional_sequence_lstm.cc46 constexpr int kFwInputToOutputWeightsTensor = 4; variable