Class NDArrayBase

java.lang.Object
org.apache.tvm.TVMValue
org.apache.tvm.NDArrayBase
Direct Known Subclasses:
NDArray

public class NDArrayBase extends TVMValue
Base class of NDArray. To handle callback array. Only deep-copy supported.
  • Field Details

    • handle

      protected long handle
    • isView

      public final boolean isView
    • dltensorHandle

      protected final long dltensorHandle
  • Method Details