Class LibMatrixDNNRelu
java.lang.Object
org.apache.sysds.runtime.matrix.data.LibMatrixDNNRelu
This class contains the different implementation of rotate180 operation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPerforms the operation: (X gt 0) * dout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReluBackwardWorkers(DnnParameters params) Factory method that returns list of callable tasks for performing relu backward operation
-
Constructor Details
-
LibMatrixDNNRelu
public LibMatrixDNNRelu()
-
-
Method Details
-
getReluBackwardWorkers
Factory method that returns list of callable tasks for performing relu backward operation- Parameters:
params- convolution parameters- Returns:
- list of callable tasks for performing relu backward operation
-