Searched defs:activationOperand (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/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 | 172 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in BidirectionalSequenceLSTM() local 250 const auto& activationOperand = *GetInput(operation, operands, kActivationParam); in Prepare() local
|
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
|