org.apache.sysml.runtime.matrix.data

Class LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChannel

  • java.lang.Object
    • org.apache.sysml.runtime.matrix.data.LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChannel
  • All Implemented Interfaces:
    Callable<Long>
    Enclosing class:
    LibMatrixDNNConv2dHelper


    public static class LibMatrixDNNConv2dHelper.LoopedIm2ColConv2dOneChannel
    extends Object
    implements Callable<Long>
    Performs convolution via: partialCopy1(filter %*% im2col(input)) = output. This operator has less memory pressure than LoopedIm2ColConv2dAllChannels.

Copyright © 2017 The Apache Software Foundation. All rights reserved.