aboutsummaryrefslogtreecommitdiff
path: root/examples/mmatrix_example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mmatrix_example.lua')
-rw-r--r--examples/mmatrix_example.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/mmatrix_example.lua b/examples/mmatrix_example.lua
index 679fde3..8ddfe84 100644
--- a/examples/mmatrix_example.lua
+++ b/examples/mmatrix_example.lua
@@ -10,6 +10,10 @@ for i = 0, m - 1 do
dm[i][j] = t
end
end
+print("test fm:get_dataref_value:", fm:get_dataref_value())
+print("forced a garbade collect")
+collectgarbage("collect")
+print("test fm:get_dataref_value:", fm:get_dataref_value())
print(fm)
-- print(fm:softmax())
print(dm)