aboutsummaryrefslogtreecommitdiff
path: root/nerv/layer/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/layer/init.lua')
-rw-r--r--nerv/layer/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/nerv/layer/init.lua b/nerv/layer/init.lua
index 3a6cbcd..c893df3 100644
--- a/nerv/layer/init.lua
+++ b/nerv/layer/init.lua
@@ -152,6 +152,8 @@ nerv.include('gru.lua')
nerv.include('rnn.lua')
nerv.include('duplicate.lua')
nerv.include('identity.lua')
+nerv.include('projection.lua')
+nerv.include('lstmp.lua')
-- The following lines are for backward compatibility, and will be removed in
-- the future. The use of these names are deprecated.