Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoumith <soumith@fb.com>2014-11-26 05:23:52 +0300
committersoumith <soumith@fb.com>2014-11-26 05:23:52 +0300
commitb0e6e3f0ad10e931a1f83197b127a442e179e67e (patch)
tree4d58247a109e9a211317625e1263a637a5981070 /SoftMax.lua
parentb38b1a17251639eb68df4acde5784a661e2c8888 (diff)
refactoring lots of duplicated code
Diffstat (limited to 'SoftMax.lua')
-rw-r--r--SoftMax.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/SoftMax.lua b/SoftMax.lua
index 41bffaa..b6d3eca 100644
--- a/SoftMax.lua
+++ b/SoftMax.lua
@@ -1,7 +1,4 @@
local SoftMax, parent = torch.class('cudnn.SoftMax', 'cudnn.SpatialSoftMax')
-local ffi = require 'ffi'
-local C = cudnn.C
-local errcheck = cudnn.errcheck
function SoftMax:__init(fast)
parent.__init(self, fast)