Searched defs:activationOperand (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | SVDF.cpp | 41 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in SVDF() local 69 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in Prepare() local
|
H A D | BidirectionalSequenceLSTM.cpp | 171 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in BidirectionalSequenceLSTM() local 249 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in Prepare() local
|
H A D | LSTM.cpp | 86 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in LSTMCell() local 333 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in Prepare() local
|