@Namespace(value="onnx::Utils") @Properties(inherit=onnx.class) public class DataTypeUtils extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DataTypeUtils()
Default native constructor.
|
DataTypeUtils(long size)
Native array allocator.
|
DataTypeUtils(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeUtils |
position(long position) |
static BytePointer |
ToType(BytePointer type_str) |
static BytePointer |
ToType(String type_str) |
static BytePointer |
ToType(TypeProto type_proto) |
static TypeProto |
ToTypeProto(BytePointer data_type) |
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 DataTypeUtils()
public DataTypeUtils(long size)
Pointer.position(long).public DataTypeUtils(Pointer p)
Pointer.Pointer(Pointer).public DataTypeUtils position(long position)
@StdString @ByVal @Cast(value={"char*","std::string*"}) public static BytePointer ToType(@StdString BytePointer type_str)
@StdString @ByVal @Cast(value={"char*","std::string*"}) public static BytePointer ToType(@StdString String type_str)
@StdString @ByVal @Cast(value={"char*","std::string*"}) public static BytePointer ToType(@Const @ByRef TypeProto type_proto)
@Const @ByRef public static TypeProto ToTypeProto(@StdString @ByRef @Cast(value={"char*","std::string*"}) BytePointer data_type)
Copyright © 2020. All rights reserved.