Class LibMatrixDNNRelu
- java.lang.Object
 - 
- org.apache.sysds.runtime.matrix.data.LibMatrixDNNRelu
 
 
- 
public class LibMatrixDNNRelu extends Object
This class contains the different implementation of rotate180 operation 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLibMatrixDNNRelu.ReluBackwardPerforms the operation: (X gt 0) * dout 
- 
Constructor Summary
Constructors Constructor Description LibMatrixDNNRelu() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ArrayList<Callable<Long>>getReluBackwardWorkers(DnnParameters params)Factory method that returns list of callable tasks for performing relu backward operation 
 - 
 
- 
- 
Method Detail
- 
getReluBackwardWorkers
public static ArrayList<Callable<Long>> getReluBackwardWorkers(DnnParameters params)
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
 
 
 - 
 
 -