Class TFTensorMappers.StringTensorMapper

    • Constructor Detail

      • StringTensorMapper

        public StringTensorMapper​(TensorProto tensorProto)
    • Method Detail

      • valueCount

        public int valueCount()
      • newArray

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

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

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

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