@Namespace(value="onnx") @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() |
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 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) |
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 OpSchemaRegistry(Pointer p)
Pointer.Pointer(Pointer).@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@Const @ByVal public static OpSchemaVector get_all_schemas_with_history()
@Const @ByVal public static OpSchemaVector get_all_schemas()
Copyright © 2020. All rights reserved.