@Namespace(value="onnx::optimization") @NoOffset @Properties(inherit=onnx.class) public class Optimizer extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Optimizer(Pointer p)
Pointer cast constructor.
|
Optimizer(StringVector names,
boolean fixed_point) |
| Modifier and Type | Method and Description |
|---|---|
ModelProto |
optimize(ModelProto mp_in) |
static GlobalPassRegistry |
passes() |
static void |
passes(GlobalPassRegistry setter) |
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 Optimizer(Pointer p)
Pointer.Pointer(Pointer).public Optimizer(@Const @ByRef StringVector names, @Cast(value="const bool") boolean fixed_point)
@ByRef public static GlobalPassRegistry passes()
public static void passes(GlobalPassRegistry setter)
@ByVal public ModelProto optimize(@Const @ByRef ModelProto mp_in)
Copyright © 2020. All rights reserved.