Skip to content

Commit 60cd1d4

Browse files
committed
lstm: Add LSTMMechanism + compiled support
1 parent b158300 commit 60cd1d4

File tree

4 files changed

+731
-0
lines changed

4 files changed

+731
-0
lines changed

psyneulink/core/globals/keywords.py

+1
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ def _is_metric(metric):
526526
TRANSFER_MECHANISM = "TransferMechanism"
527527
LEABRA_MECHANISM = "LeabraMechanism"
528528
RECURRENT_TRANSFER_MECHANISM = "RecurrentTransferMechanism"
529+
LSTM_MECHANISM = "LSTMMechanism"
529530
CONTRASTIVE_HEBBIAN_MECHANISM = "ContrastiveHebbianMechanism"
530531
LCA_MECHANISM = "LCAMechanism"
531532
KOHONEN_MECHANISM = 'KohonenMechanism'

0 commit comments

Comments
 (0)