Commit 3165ff28 authored by Davis King's avatar Davis King

minor cleanup

parent 65f60203
...@@ -919,10 +919,9 @@ namespace dlib ...@@ -919,10 +919,9 @@ namespace dlib
} }
void backward_inplace( void backward_inplace(
const tensor& computed_output,
const tensor& gradient_input, const tensor& gradient_input,
tensor& data_grad, tensor& data_grad,
tensor& params_grad tensor& /*params_grad*/
) )
{ {
auto g = gamma(params,0); auto g = gamma(params,0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment