Class BaseDynamicCustomIndexReduction

    • Constructor Detail

      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction()
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean keepDims)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean keepDims,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean keepDims,
                                               boolean isComplex)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean keepDims,
                                               boolean isComplex,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(INDArray[] inputs,
                                               INDArray[] outputs)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(INDArray[] inputs,
                                               INDArray[] outputs,
                                               boolean keepDims)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(INDArray[] inputs,
                                               INDArray[] outputs,
                                               boolean keepDims,
                                               int... dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(INDArray[] inputs,
                                               boolean keepDims,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable arg,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               INDArray input,
                                               INDArray output,
                                               List<Double> tArguments,
                                               int[] iArguments,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               INDArray[] inputs,
                                               INDArray[] outputs,
                                               List<Double> tArguments,
                                               int[] iArguments,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               INDArray[] inputs,
                                               INDArray[] outputs,
                                               List<Double> tArguments,
                                               List<Integer> iArguments,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(INDArray[] inputs,
                                               INDArray[] outputs,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               INDArray[] inputs,
                                               INDArray[] outputs,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean inPlace,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(SameDiff sameDiff,
                                               SDVariable[] args,
                                               boolean inPlace,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(String opName,
                                               boolean keepDims,
                                               boolean isComplex,
                                               boolean isEmptyReduce,
                                               int[] dimensions)
      • BaseDynamicCustomIndexReduction

        public BaseDynamicCustomIndexReduction​(INDArray[] input,
                                               INDArray[] output,
                                               boolean keepDims,
                                               boolean isComplex,
                                               int[] dimensions)