@Namespace(value="onnx") @NoOffset @Properties(inherit=onnx.class) public class Value extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Value(Node node_,
long offset_) |
Value(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
copyMetadata(Value from) |
int |
elemType() |
boolean |
has_sizes() |
boolean |
has_unique_name() |
Node |
node() |
long |
offset() |
Graph |
owningGraph() |
void |
replaceAllUsesWith(Value newValue) |
Value |
setElemType(int elem_type) |
Value |
setSizes(DimensionIR sizes) |
Value |
setStage(long s) |
Value |
setUniqueName(BytePointer name) |
Value |
setUniqueName(String name) |
DimensionIR |
sizes() |
long |
stage() |
long |
unique() |
BytePointer |
uniqueName() |
Use |
uses() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Value(Pointer p)
Pointer.Pointer(Pointer).public Value setSizes(@StdVector DimensionIR sizes)
@StdVector public DimensionIR sizes()
@StdString public BytePointer uniqueName()
public Value setUniqueName(@StdString BytePointer name)
public Value setUniqueName(@StdString String name)
public Node node()
public Graph owningGraph()
@StdVector public Use uses()
public void replaceAllUsesWith(Value newValue)
Copyright © 2020. All rights reserved.