Class TFTensorMappers.BoolTensorMapper

    • Constructor Detail

      • BoolTensorMapper

        public BoolTensorMapper​(TensorProto tensorProto)
    • Method Detail

      • valueCount

        public int valueCount()
      • newArray

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

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

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

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