Package org.apache.tvm
Class TVMValue
java.lang.Object
org.apache.tvm.TVMValue
- Direct Known Subclasses:
Function
,Module
,NDArrayBase
,TVMValueBytes
,TVMValueDouble
,TVMValueHandle
,TVMValueLong
,TVMValueNull
,TVMValueString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
typeCode
-
-
Constructor Details
-
TVMValue
-
-
Method Details
-
release
public void release() -
asLong
public long asLong() -
asDouble
public double asDouble() -
asBytes
public byte[] asBytes() -
asModule
-
asFunction
-
asNDArray
-
asString
-