Interface TFTensorMapper<J,​B extends Buffer>

    • Method Detail

      • shape

        long[] shape()
      • isEmpty

        boolean isEmpty()
      • valueCount

        int valueCount()
      • newArray

        J newArray​(int length)
      • getValue

        void getValue​(J jArr,
                      int i)
      • getValue

        void getValue​(J jArr,
                      B buffer,
                      int i)
      • arrayFor

        INDArray arrayFor​(long[] shape,
                          J jArr)