| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Class and Description |
|---|---|
class |
OpSchemaRegistry
\brief A registry to hold all the operator schemas.
|
| Modifier and Type | Method and Description |
|---|---|
ISchemaRegistry |
CheckerContext.get_schema_registry() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckerContext.set_schema_registry(ISchemaRegistry schema_registry) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.InferShapeForFunctionNode(FunctionProto func,
ISchemaRegistry schema_registry,
InferenceContext ctx) |
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports,
ISchemaRegistry schema_registry) |
static void |
onnx.InferShapes(ModelProto m,
ISchemaRegistry schema_registry) |
Copyright © 2020. All rights reserved.