@Namespace(value="onnx::optimization") @NoOffset @Properties(inherit=onnx.class) public class Pass extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Pass(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
finalizePass(Graph arg0) |
int |
getPassAnalysisType() |
int |
getPassEfficiency() |
BytePointer |
getPassName() |
int |
getPassOptimizationType() |
int |
getPassType() |
boolean |
initializePass(Graph arg0) |
PostPassAnalysis |
runPass(Graph graph) |
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 Pass(Pointer p)
Pointer.Pointer(Pointer).@Cast(value="onnx::optimization::PassOptimizationType") public int getPassOptimizationType()
@Cast(value="onnx::optimization::PassAnalysisType") public int getPassAnalysisType()
@StdString public BytePointer getPassName()
@SharedPtr public PostPassAnalysis runPass(@ByRef Graph graph)
Copyright © 2020. All rights reserved.