public class LibMatrixDNNConv2d extends Object
| Constructor and Description |
|---|
LibMatrixDNNConv2d() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<Callable<Long>> |
getConv2dBackwardDataWorkers(ConvolutionParameters params)
Factory method that returns list of callable tasks for performing conv2d backward data
|
static ArrayList<Callable<Long>> |
getConv2dBackwardFilterWorkers(ConvolutionParameters params)
Factory method that returns list of callable tasks for performing conv2d backward filter
|
static ArrayList<Callable<Long>> |
getConv2dWorkers(ConvolutionParameters params)
Factory method that returns list of callable tasks for performing conv2d
|
public static ArrayList<Callable<Long>> getConv2dWorkers(ConvolutionParameters params) throws DMLRuntimeException
params - convolution parametersDMLRuntimeException - if error occurspublic static ArrayList<Callable<Long>> getConv2dBackwardFilterWorkers(ConvolutionParameters params) throws DMLRuntimeException
params - convolution parametersDMLRuntimeException - if error occurspublic static ArrayList<Callable<Long>> getConv2dBackwardDataWorkers(ConvolutionParameters params) throws DMLRuntimeException
params - convolution parametersDMLRuntimeException - if error occursCopyright © 2018 The Apache Software Foundation. All rights reserved.