Class LibMatrixDNNConv2d
java.lang.Object
org.apache.sysds.runtime.matrix.data.LibMatrixDNNConv2d
This class contains the set of operators used for performing conv2d
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFactory method that returns list of callable tasks for performing conv2d backward dataFactory method that returns list of callable tasks for performing conv2d backward filtergetConv2dWorkers(DnnParameters params) Factory method that returns list of callable tasks for performing conv2d
-
Constructor Details
-
LibMatrixDNNConv2d
public LibMatrixDNNConv2d()
-
-
Method Details
-
getConv2dWorkers
Factory method that returns list of callable tasks for performing conv2d- Parameters:
params- convolution parameters- Returns:
- list of callable tasks for performing conv2d
-
getConv2dBackwardFilterWorkers
Factory method that returns list of callable tasks for performing conv2d backward filter- Parameters:
params- convolution parameters- Returns:
- list of callable tasks for performing conv2d backward filter
-
getConv2dBackwardDataWorkers
Factory method that returns list of callable tasks for performing conv2d backward data- Parameters:
params- convolution parameters- Returns:
- list of callable tasks for performing conv2d backward data
-