| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
StringIntMap |
CheckerContext.get_opset_imports() |
StringIntMap |
CheckerContext.get_opset_imports() |
StringIntMap |
OpSchemaRegistry.DomainToVersionRange.LastReleaseVersionMap() |
StringIntMap |
OpSchemaRegistry.DomainToVersionRange.LastReleaseVersionMap() |
StringIntMap |
StringIntMap.put(BytePointer i,
int value) |
StringIntMap |
StringIntMap.put(BytePointer i,
int value) |
StringIntMap |
StringIntMap.put(StringIntMap x) |
StringIntMap |
StringIntMap.put(StringIntMap x) |
| Modifier and Type | Method and Description |
|---|---|
StringIntMap |
StringIntMap.put(StringIntMap x) |
StringIntMap |
StringIntMap.put(StringIntMap x) |
void |
CheckerContext.set_opset_imports(StringIntMap imps) |
void |
CheckerContext.set_opset_imports(StringIntMap imps) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.check_opset_compatibility(NodeProto node,
CheckerContext ctx,
StringIntMap func_opset_imports,
StringIntMap model_opset_imports) |
static void |
onnx.check_opset_compatibility(NodeProto node,
CheckerContext ctx,
StringIntMap func_opset_imports,
StringIntMap model_opset_imports) |
static void |
onnx.InferShapeForFunctionNode(FunctionProto func_proto,
StringIntMap func_opset_imports,
ISchemaRegistry schema_registry,
InferenceContext ctx) |
static void |
onnx.InferShapeForFunctionNode(FunctionProto func_proto,
StringIntMap func_opset_imports,
ISchemaRegistry schema_registry,
InferenceContext ctx) |
static void |
onnx.InferShapeForFunctionNode(FunctionProto func_proto,
StringIntMap func_opset_imports,
ISchemaRegistry schema_registry,
InferenceContext ctx,
ShapeInferenceOptions options,
SizeTStringMap model_local_functions_map,
SymbolTable symbolTable,
StringTensorShapeProtoMap generated_shape_data_by_name)
ModelLocalFunctionsMap is a map of function id -> model local function proto
All the ONNX helper utilities expect the function id ==
|
static void |
onnx.InferShapeForFunctionNode(FunctionProto func_proto,
StringIntMap func_opset_imports,
ISchemaRegistry schema_registry,
InferenceContext ctx,
ShapeInferenceOptions options,
SizeTStringMap model_local_functions_map,
SymbolTable symbolTable,
StringTensorShapeProtoMap generated_shape_data_by_name)
ModelLocalFunctionsMap is a map of function id -> model local function proto
All the ONNX helper utilities expect the function id ==
|
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports) |
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports) |
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports,
ISchemaRegistry schema_registry,
ShapeInferenceOptions options,
SizeTStringMap in_model_functions)
ModelLocalFunctionsMap is a map of function id -> model local function proto
All the ONNX helper utilities expect the function id ==
|
static void |
onnx.InferShapes(GraphProto g,
StringIntMap opset_imports,
ISchemaRegistry schema_registry,
ShapeInferenceOptions options,
SizeTStringMap in_model_functions)
ModelLocalFunctionsMap is a map of function id -> model local function proto
All the ONNX helper utilities expect the function id ==
|
Copyright © 2023. All rights reserved.