Class TensorBase

java.lang.Object
org.apache.tvm.TVMValue
org.apache.tvm.TensorBase
Direct Known Subclasses:
Tensor

public class TensorBase extends TVMValue
Base class of Tensor. 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