Interface LazyNDArray

    • Method Detail

      • waitToRead

        void waitToRead()
        Runs the current NDArray and sleeps until the value is ready to read.
      • waitToWrite

        void waitToWrite()
        Runs the current NDArray and sleeps until the value is ready to write.
      • waitAll

        void waitAll()
        Runs all NDArrays and sleeps until their values are fully computed.