Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
SparseConvNet
Commits
710c4ff0
Commit
710c4ff0
authored
Oct 03, 2017
by
Benjamin Thomas Graham
Browse files
fix leaky relu header_...
parent
209e1e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Torch/C.lua
Torch/C.lua
+2
-2
No files found.
Torch/C.lua
View file @
710c4ff0
...
@@ -108,11 +108,11 @@ void scn_ARCH_REAL_BatchNormalizationInTensor_updateOutput(
...
@@ -108,11 +108,11 @@ void scn_ARCH_REAL_BatchNormalizationInTensor_updateOutput(
// LeakyReLU
// LeakyReLU
void scn_ARCH_REAL_LeakyReLU_updateOutput(
void scn_ARCH_REAL_LeakyReLU_updateOutput(
THTensor *input_features, THTensor *output_features,
long n,
THTensor *input_features, THTensor *output_features,
float alpha);
float alpha);
void scn_ARCH_REAL_LeakyReLU_updateGradInput(
void scn_ARCH_REAL_LeakyReLU_updateGradInput(
THTensor *input_features, THTensor *d_input_features,
THTensor *input_features, THTensor *d_input_features,
THTensor *d_output_features,
long n,
float alpha);
THTensor *d_output_features, float alpha);
// NetworkInNetwork
// NetworkInNetwork
double scn_ARCH_REAL_NetworkInNetwork_updateOutput(
double scn_ARCH_REAL_NetworkInNetwork_updateOutput(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment