Home | History | Annotate | Download | only in src

Lines Matching defs:in

4    Redistribution and use in source and binary forms, with or without
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
23 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
140 float *in, *out;
141 in = inputs+s*inDim;
147 sum += W0[i*(inDim+1)+j+1]*in[j];
178 W0_grad[i*(inDim+1)+j+1] += grad*in[j];