@Namespace(value="onnx") @NoOffset @Properties(inherit=onnx.class) public class OpSchemaRegistry extends ISchemaRegistry
Modifier and Type | Class and Description |
---|---|
static class |
OpSchemaRegistry.DomainToVersionRange |
static class |
OpSchemaRegistry.OpSchemaRegisterOnce |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
OpSchemaRegistry(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static OpSchemaVector |
get_all_schemas_with_history() |
static OpSchemaVector |
get_all_schemas() |
static int |
GetLoadedSchemaVersion() |
OpSchema |
GetSchema(BytePointer key,
int maxInclusiveVersion) |
OpSchema |
GetSchema(BytePointer key,
int maxInclusiveVersion,
BytePointer domain) |
OpSchema |
GetSchema(String key,
int maxInclusiveVersion) |
OpSchema |
GetSchema(String key,
int maxInclusiveVersion,
String domain) |
static OpSchemaRegistry |
Instance() |
static void |
OpSchemaDeregister(BytePointer op_type,
int version) |
static void |
OpSchemaDeregister(BytePointer op_type,
int version,
BytePointer domain) |
static void |
OpSchemaDeregister(String op_type,
int version) |
static void |
OpSchemaDeregister(String op_type,
int version,
String domain) |
static void |
OpSchemaDeregisterAll() |
static void |
OpSchemaDeregisterAll(BytePointer domain) |
static void |
OpSchemaDeregisterAll(String domain) |
static OpSchema |
Schema(BytePointer key) |
static OpSchema |
Schema(BytePointer key,
BytePointer domain) |
static OpSchema |
Schema(BytePointer key,
int maxInclusiveVersion) |
static OpSchema |
Schema(BytePointer key,
int maxInclusiveVersion,
BytePointer domain) |
static OpSchema |
Schema(String key) |
static OpSchema |
Schema(String key,
int maxInclusiveVersion) |
static OpSchema |
Schema(String key,
int maxInclusiveVersion,
String domain) |
static OpSchema |
Schema(String key,
String domain) |
static void |
SetLoadedSchemaVersion(int target_version) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public OpSchemaRegistry(Pointer p)
Pointer(Pointer)
.public static void OpSchemaDeregister(@StdString BytePointer op_type, int version, @StdString BytePointer domain)
public static void OpSchemaDeregister(@StdString BytePointer op_type, int version)
public static void OpSchemaDeregister(@StdString String op_type, int version, @StdString String domain)
public static void OpSchemaDeregister(@StdString String op_type, int version)
public static void OpSchemaDeregisterAll(@StdString BytePointer domain)
public static void OpSchemaDeregisterAll()
public static void OpSchemaDeregisterAll(@StdString String domain)
@Const public static OpSchema Schema(@StdString BytePointer key, @StdString BytePointer domain)
@Const public static OpSchema Schema(@StdString BytePointer key)
@Const public static OpSchema Schema(@StdString String key, @StdString String domain)
@Const public static OpSchema Schema(@StdString String key)
@Const public static OpSchema Schema(@StdString BytePointer key, int maxInclusiveVersion, @StdString BytePointer domain)
@Const public static OpSchema Schema(@StdString BytePointer key, int maxInclusiveVersion)
@Const public static OpSchema Schema(@StdString String key, int maxInclusiveVersion, @StdString String domain)
@Const public static OpSchema Schema(@StdString String key, int maxInclusiveVersion)
public static OpSchemaRegistry Instance()
@Const public OpSchema GetSchema(@StdString BytePointer key, int maxInclusiveVersion, @StdString BytePointer domain)
GetSchema
in class ISchemaRegistry
@Const public OpSchema GetSchema(@StdString BytePointer key, int maxInclusiveVersion)
GetSchema
in class ISchemaRegistry
@Const public OpSchema GetSchema(@StdString String key, int maxInclusiveVersion, @StdString String domain)
GetSchema
in class ISchemaRegistry
@Const public OpSchema GetSchema(@StdString String key, int maxInclusiveVersion)
GetSchema
in class ISchemaRegistry
public static void SetLoadedSchemaVersion(int target_version)
public static int GetLoadedSchemaVersion()
@Const @ByVal public static OpSchemaVector get_all_schemas_with_history()
@Const @ByVal public static OpSchemaVector get_all_schemas()
Copyright © 2024. All rights reserved.