Searched defs:activationOperand (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | SVDF.cpp | 43 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in SVDF() local 71 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in Prepare() local
|
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
|
D | LSTM.cpp | 91 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in LSTMCell() local 338 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in Prepare() local
|