Class AggregateAxpy

    • Constructor Detail

      • AggregateAxpy

        public AggregateAxpy​(@NonNull
                             @NonNull INDArray x,
                             @NonNull
                             @NonNull INDArray y,
                             double alpha)
        Deprecated.
    • Method Detail

      • getSharedMemorySize

        public int getSharedMemorySize()
        Deprecated.
        This method returns amount of shared memory required for this specific Aggregate. PLEASE NOTE: this method is especially important for CUDA backend. On CPU backend it might be ignored, depending on Aggregate.
        Returns:
      • getThreadsPerInstance

        public int getThreadsPerInstance()
        Deprecated.
        This method returns desired number of threads per Aggregate instance PLEASE NOTE: this method is especially important for CUDA backend. On CPU backend it might be ignored, depending on Aggregate.
        Returns:
      • name

        public String name()
        Deprecated.
        Returns:
      • opNum

        public int opNum()
        Deprecated.
        Returns:
      • maxArguments

        public int maxArguments()
        Deprecated.
        Description copied from interface: Aggregate
        This method returns maximum number of shapes being passed per Aggregate
        Returns:
      • maxShapes

        public int maxShapes()
        Deprecated.
        Description copied from interface: Aggregate
        This method returns maximum number of shapes being passed per Aggregate
        Returns:
      • maxIntArrays

        public int maxIntArrays()
        Deprecated.
        Description copied from interface: Aggregate
        This method returns maximum number of IntArrays being passed per Aggregate
        Returns:
      • maxIntArraySize

        public int maxIntArraySize()
        Deprecated.
        Description copied from interface: Aggregate
        This method returns maximum length for IntArrays, if any
        Returns:
      • maxIndexArguments

        public int maxIndexArguments()
        Deprecated.
        Description copied from interface: Aggregate
        This method returns maximum number of IndexArguments per Aggregate
        Returns:
      • maxRealArguments

        public int maxRealArguments()
        Deprecated.
        Description copied from interface: Aggregate
        This method returns maximum number of real (float/double) per Aggregate
        Returns: