Class TVMObject

java.lang.Object
org.apache.tvm.TVMValue
org.apache.tvm.TVMObject
Direct Known Subclasses:
Function, Module

public class TVMObject extends TVMValue
Base class of all TVM Objects.
  • Field Details

    • handle

      protected long handle
    • typeIndex

      public final int typeIndex
  • Constructor Details

    • TVMObject

      public TVMObject(long handle, int typeIndex)
  • Method Details