index
:
nerv
Lua-based toolkit for high-performance deep learning
log msg
author
committer
range
bugfix-matrixfree
fastnn
gh-pages
master
rnn
tnn
wrapped-handles
about
summary
refs
log
tree
commit
diff
path:
root
/
examples
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'examples')
-rw-r--r--
examples/mmatrix_example.lua
1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/mmatrix_example.lua b/examples/mmatrix_example.lua
index 679fde3..53b7fed 100644
--- a/
examples/mmatrix_example.lua
+++ b/
examples/mmatrix_example.lua
@@ -10,6 +10,7 @@ for i = 0, m - 1 do
dm[i][j] = t
end
end
+print("test fm:get_dataref_value:", fm:get_dataref_value())
print(fm)
-- print(fm:softmax())
print(dm)