@Properties(inherit=onnx.class) public class onnxMemoryFenceV1 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
onnxMemoryFenceV1()
Default native constructor.
|
onnxMemoryFenceV1(long size)
Native array allocator.
|
onnxMemoryFenceV1(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
onnxEvent |
event()
Handle for a single-shot ONNXIFI event used as a synchronization
primitive.
|
onnxMemoryFenceV1 |
event(onnxEvent setter) |
onnxMemoryFenceV1 |
position(long position) |
int |
tag()
32-bit tag needed to distinguish different versions of a memory fence
structure.
|
onnxMemoryFenceV1 |
tag(int setter) |
int |
type()
Type of memory synchronization primitive.
|
onnxMemoryFenceV1 |
type(int 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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic onnxMemoryFenceV1()
public onnxMemoryFenceV1(long size)
Pointer.position(long).public onnxMemoryFenceV1(Pointer p)
Pointer.Pointer(Pointer).public onnxMemoryFenceV1 position(long position)
@Cast(value="int32_t") public int tag()
public onnxMemoryFenceV1 tag(int setter)
@Cast(value="onnxEnum") public int type()
public onnxMemoryFenceV1 type(int setter)
public onnxEvent event()
public onnxMemoryFenceV1 event(onnxEvent setter)
Copyright © 2020. All rights reserved.