@Properties(inherit=mxnet.class) public class NativeOpInfo extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
NativeOpInfo.Backward_int_PointerPointer_IntPointer_PointerPointer_IntPointer_Pointer |
static class |
NativeOpInfo.Forward_int_PointerPointer_IntPointer_PointerPointer_IntPointer_Pointer |
static class |
NativeOpInfo.Infer_shape_int_IntPointer_PointerPointer_Pointer |
static class |
NativeOpInfo.List_arguments_PointerPointer_Pointer |
static class |
NativeOpInfo.List_outputs_PointerPointer_Pointer |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NativeOpInfo()
Default native constructor.
|
NativeOpInfo(long size)
Native array allocator.
|
NativeOpInfo(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 NativeOpInfo()
public NativeOpInfo(long size)
Pointer.position(long)
.public NativeOpInfo(Pointer p)
Pointer(Pointer)
.public NativeOpInfo position(long position)
public NativeOpInfo getPointer(long i)
getPointer
in class Pointer
public NativeOpInfo.Forward_int_PointerPointer_IntPointer_PointerPointer_IntPointer_Pointer forward()
public NativeOpInfo forward(NativeOpInfo.Forward_int_PointerPointer_IntPointer_PointerPointer_IntPointer_Pointer setter)
public NativeOpInfo.Backward_int_PointerPointer_IntPointer_PointerPointer_IntPointer_Pointer backward()
public NativeOpInfo backward(NativeOpInfo.Backward_int_PointerPointer_IntPointer_PointerPointer_IntPointer_Pointer setter)
public NativeOpInfo.Infer_shape_int_IntPointer_PointerPointer_Pointer infer_shape()
public NativeOpInfo infer_shape(NativeOpInfo.Infer_shape_int_IntPointer_PointerPointer_Pointer setter)
public NativeOpInfo.List_outputs_PointerPointer_Pointer list_outputs()
public NativeOpInfo list_outputs(NativeOpInfo.List_outputs_PointerPointer_Pointer setter)
public NativeOpInfo.List_arguments_PointerPointer_Pointer list_arguments()
public NativeOpInfo list_arguments(NativeOpInfo.List_arguments_PointerPointer_Pointer setter)
public Pointer p_forward()
public NativeOpInfo p_forward(Pointer setter)
public Pointer p_backward()
public NativeOpInfo p_backward(Pointer setter)
public Pointer p_infer_shape()
public NativeOpInfo p_infer_shape(Pointer setter)
public Pointer p_list_outputs()
public NativeOpInfo p_list_outputs(Pointer setter)
public Pointer p_list_arguments()
public NativeOpInfo p_list_arguments(Pointer setter)
Copyright © 2022. All rights reserved.