projects
/
dagnn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe54a7c
)
Typo.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 13 Jan 2017 06:54:46 +0000
(07:54 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 13 Jan 2017 06:54:46 +0000
(07:54 +0100)
dagnn.lua
patch
|
blob
|
history
diff --git
a/dagnn.lua
b/dagnn.lua
index
14cd582
..
ca51841
100755
(executable)
--- a/
dagnn.lua
+++ b/
dagnn.lua
@@
-29,7
+29,7
@@
function DAG:__init()
self.node = { }
end
--- Apply f on t recursively; use the corresponding element from args
+-- Apply f on t recursively; use the corresponding element
s
from args
-- (i.e. same keys) as second parameter to f when available; return
-- the results from f, organized in a similarly nested table.
function DAG:nestedApply(f, t, args)