Class LibMatrixDNNRelu


  • public class LibMatrixDNNRelu
    extends Object
    This class contains the different implementation of rotate180 operation
    • Constructor Detail

      • LibMatrixDNNRelu

        public LibMatrixDNNRelu()
    • 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