template backward.cl
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
__kernel void backward(__global float* activate,
|
||||
__global float* output,
|
||||
__global float* delta,
|
||||
__global float* input,
|
||||
__global float* mul,
|
||||
__global float* add,
|
||||
int input_width,
|
||||
int param_width)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user