Class TFTensorMappers.Float16TensorMapper

    • Constructor Detail

      • Float16TensorMapper

        public Float16TensorMapper​(TensorProto tensorProto)
    • Method Detail

      • valueCount

        public int valueCount()
      • newArray

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

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

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

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