Class TFTensorMappers.Float32TensorMapper

    • Constructor Detail

      • Float32TensorMapper

        public Float32TensorMapper​(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,
                             FloatBuffer buffer,
                             int i)
      • arrayFor

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