| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Class and Description |
|---|---|
class |
SymbolTableImpl |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.InferShapeForFunctionNode(FunctionProto func,
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,
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.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.MaterializeSymbolicShape(TypeProto inferredType,
SymbolTable symbolTable) |
static void |
onnx.MaterializeSymbolicShape(TypeProto inferredType,
SymbolTable symbolTable) |
static void |
onnx.TraverseGraphsToAddExistingSymbols(GraphProto g,
SymbolTable symbolTable) |
static void |
onnx.TraverseGraphsToAddExistingSymbols(GraphProto g,
SymbolTable symbolTable) |
Copyright © 2023. All rights reserved.