1 parent 687c439 commit 7107427Copy full SHA for 7107427
1 file changed
src/Numeric/Backprop/Internal.hs
@@ -32,6 +32,8 @@
32
-- Do not import this unless you want to mess with the internals and know what
33
-- you're doing. Otherwise, use "Numeric.Backprop", "Numeric.Backprop.Op",
34
-- etc.
35
+--
36
+-- @since 0.2.7.0
37
module Numeric.Backprop.Internal (
38
BVar,
39
W,
0 commit comments