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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael 'myrhev' Mathieu <michael.mathieu@ens.fr>2012-05-08 02:26:24 +0400
committerMichael 'myrhev' Mathieu <michael.mathieu@ens.fr>2012-05-08 02:26:24 +0400
commitae0350c626ed4f17c7ed9e370c76b94948912534 (patch)
tree167bb00d567fe5807d388f0e556d2222303be6a3 /generic
parente35c60df0e711f3d4a053f95bcf2d7f1d59a708f (diff)
Add module FunctionWrapper
Diffstat (limited to 'generic')
-rw-r--r--generic/SpatialReSamplingEx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/SpatialReSamplingEx.c b/generic/SpatialReSamplingEx.c
index 981c673..2610d0b 100644
--- a/generic/SpatialReSamplingEx.c
+++ b/generic/SpatialReSamplingEx.c
@@ -163,7 +163,6 @@ static int nn_(SpatialReSamplingEx_updateOutput)(lua_State *L)
} // upsampling / downsampling
} // mode = bilinear ?
-
return 1;
}
@@ -319,7 +318,6 @@ static int nn_(SpatialReSamplingEx_updateGradInput)(lua_State *L)
} // upsampling / downsampling
} // mode = bilinear ?
-
return 1;
}