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
  • Constructor Details

    • LibMatrixDNNRelu

      public LibMatrixDNNRelu()
  • Method Details

    • 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