Class TFTensorMappers.Int8TensorMapper

    • Constructor Detail

      • Int8TensorMapper

        public Int8TensorMapper​(TensorProto tensorProto)
    • Method Detail

      • valueCount

        public int valueCount()
      • newArray

        public int[] newArray​(int length)
      • getValue

        public void getValue​(int[] jArr,
                             int i)
      • getValue

        public void getValue​(int[] jArr,
                             ByteBuffer buffer,
                             int i)
      • arrayFor

        public INDArray arrayFor​(long[] shape,
                                 int[] jArr)