Closed dan-zheng closed 6 years ago
conv2D_batch
BackendCPU
cudnnConvolutionForward
fillWithBias
TODO:
cudnnConvolutionBackward
conv2D
conv
convBP
convBBP
TensorR
conv2D_batch
and related helpers toBackendCPU
.conv2D_batch
usingcudnnConvolutionForward
.fillWithBias
backend-defined, implement cuDNNconv2D_batch
with bias.TODO:
cudnnConvolutionBackward
.conv2D
andconv2D_batch
functions. Also consider mergingconv
,convBP
andconvBBP
defined onTensorR
.