@Namespace(value="onnx") @NoOffset @Properties(inherit=onnx.class) public class Graph extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Graph() |
Graph(long size)
Native array allocator.
|
Graph(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public Graph(Pointer p)
Pointer(Pointer)
.public Graph(long size)
Pointer.position(long)
.public Graph()
public Graph getPointer(long i)
getPointer
in class Pointer
@StdString public BytePointer docString()
public void setDocString(@StdString BytePointer doc_string)
public void setDocString(@StdString String doc_string)
public void eraseInitializer(@StdString BytePointer name)
public void eraseInitializer(@StdString String name)
public void clearInitializers()
@StdVector public Tensor initializers()
@Const @ByRef public StringVector initializer_names()
@Cast(value="bool") public boolean is_constant_initializer(@Const Value value)
@StdVector public OpSetID opset_versions_mutable()
public Node return_node()
public Value addInput()
public void advanceStage()
public Value addInitializerAndInput(@Const @ByRef Tensor initializer, @StdString BytePointer name)
public Value addInitializerAndInput(@Const @ByRef Tensor initializer, @StdString String name)
public void eraseInitializerAndInput(Value v)
@StdString public BytePointer name()
public void setName(@StdString BytePointer name)
public void setName(@StdString String name)
Copyright © 2024. All rights reserved.