Class BatchMmul

    • Field Detail

      • transposeA

        protected int transposeA
      • transposeB

        protected int transposeB
      • batchSize

        protected int batchSize
      • M

        protected int M
      • N

        protected int N
      • K

        protected int K
    • Constructor Detail

      • BatchMmul

        public BatchMmul​(SameDiff sameDiff,
                         SDVariable[] matricesA,
                         SDVariable[] matricesB,
                         boolean transposeA,
                         boolean transposeB)
      • BatchMmul

        public BatchMmul​(SameDiff sameDiff,
                         SDVariable[] matrices,
                         boolean transposeA,
                         boolean transposeB)
      • BatchMmul

        public BatchMmul​(INDArray[] matricesA,
                         INDArray[] matricesB,
                         boolean transposeA,
                         boolean transposeB)
      • BatchMmul

        public BatchMmul()