public class TVMValue extends Object
| Modifier and Type | Field and Description |
|---|---|
ArgTypeCode |
typeCode |
| Constructor and Description |
|---|
TVMValue(ArgTypeCode tc) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
double |
asDouble() |
Function |
asFunction() |
long |
asLong() |
Module |
asModule() |
NDArrayBase |
asNDArray() |
String |
asString() |
void |
release() |
public final ArgTypeCode typeCode
public TVMValue(ArgTypeCode tc)
public void release()
public long asLong()
public double asDouble()
public byte[] asBytes()
public Module asModule()
public Function asFunction()
public NDArrayBase asNDArray()
public String asString()
Copyright © 2024. All rights reserved.