| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
TypeProto |
AttributeProto.add_type_protos() |
TypeProto |
AttributeProto.add_type_protos() |
TypeProto |
DataPropagationContextImpl.allOutputTypes_() |
TypeProto |
DataPropagationContextImpl.allOutputTypes_() |
static TypeProto |
TypeProto.default_instance() |
static TypeProto |
TypeProto.default_instance() |
TypeProto |
TypeProto_Optional.elem_type() |
TypeProto |
TypeProto_Sequence.elem_type() |
TypeProto |
TypeProto_Sequence.elem_type() |
TypeProto |
TypeProto_Optional.elem_type() |
TypeProto[] |
TypeProtoVector.get() |
TypeProto |
TypeProtoVector.Iterator.get() |
TypeProto[] |
TypeProtoVector.get() |
TypeProto |
TypeProtoVector.Iterator.get() |
TypeProto |
StringTypeProtoMap.get(BytePointer i) |
TypeProto |
StringTypeProtoMap.get(BytePointer i) |
TypeProto |
TypeProtoVector.get(long i) |
TypeProto |
TypeProtoVector.get(long i) |
TypeProto |
FunctionBodyBuildContext.getInputType(int inputIndex) |
TypeProto |
FunctionBodyBuildContextImpl.getInputType(int inputIndex) |
TypeProto |
FunctionBodyBuildContextImpl.getInputType(int inputIndex) |
TypeProto |
FunctionBodyBuildContext.getInputType(int inputIndex) |
TypeProto |
DataPropagationContext.getInputType(long index) |
TypeProto |
DataPropagationContextImpl.getInputType(long index) |
TypeProto |
InferenceContext.getInputType(long index) |
TypeProto |
InferenceContext.getInputType(long index) |
TypeProto |
DataPropagationContextImpl.getInputType(long index) |
TypeProto |
DataPropagationContext.getInputType(long index) |
TypeProto |
DataPropagationContext.getOutputType(long index) |
TypeProto |
DataPropagationContextImpl.getOutputType(long index) |
TypeProto |
InferenceContext.getOutputType(long index) |
TypeProto |
InferenceContext.getOutputType(long index) |
TypeProto |
DataPropagationContextImpl.getOutputType(long index) |
TypeProto |
DataPropagationContext.getOutputType(long index) |
TypeProto |
TypeProto.getPointer(long i) |
TypeProto |
TypeProto.getPointer(long i) |
TypeProto |
FunctionBodyBuildContextImpl.input_types_() |
TypeProto |
FunctionBodyBuildContextImpl.input_types_() |
static TypeProto |
TypeProto.internal_default_instance() |
static TypeProto |
TypeProto.internal_default_instance() |
TypeProto |
TypeProto_Optional.mutable_elem_type() |
TypeProto |
TypeProto_Sequence.mutable_elem_type() |
TypeProto |
TypeProto_Sequence.mutable_elem_type() |
TypeProto |
TypeProto_Optional.mutable_elem_type() |
TypeProto |
AttributeProto.mutable_tp() |
TypeProto |
AttributeProto.mutable_tp() |
TypeProto |
AttributeProto.mutable_type_protos(int index) |
TypeProto |
AttributeProto.mutable_type_protos(int index) |
TypeProto |
ValueInfoProto.mutable_type() |
TypeProto |
ValueInfoProto.mutable_type() |
TypeProto |
TypeProto_Map.mutable_value_type() |
TypeProto |
TypeProto_Map.mutable_value_type() |
TypeProto |
TypeProto.New() |
TypeProto |
TypeProto.New() |
TypeProto |
TypeProto.New(Arena arena) |
TypeProto |
TypeProto.New(Arena arena) |
TypeProto |
TypeProtoVector.pop_back() |
TypeProto |
TypeProtoVector.pop_back() |
TypeProto |
TypeProto.position(long position) |
TypeProto |
TypeProto.position(long position) |
TypeProto |
TypeProto.put(TypeProto from) |
TypeProto |
TypeProto.put(TypeProto from) |
TypeProto |
TypeProto_Optional.release_elem_type() |
TypeProto |
TypeProto_Sequence.release_elem_type() |
TypeProto |
TypeProto_Sequence.release_elem_type() |
TypeProto |
TypeProto_Optional.release_elem_type() |
TypeProto |
AttributeProto.release_tp() |
TypeProto |
AttributeProto.release_tp() |
TypeProto |
ValueInfoProto.release_type() |
TypeProto |
ValueInfoProto.release_type() |
TypeProto |
TypeProto_Map.release_value_type() |
TypeProto |
TypeProto_Map.release_value_type() |
TypeProto |
StringTypeProtoMap.Iterator.second() |
TypeProto |
StringTypeProtoMap.Iterator.second() |
static TypeProto |
DataTypeUtils.ToTypeProto(BytePointer data_type) |
static TypeProto |
DataTypeUtils.ToTypeProto(BytePointer data_type) |
TypeProto |
AttributeProto.tp() |
TypeProto |
AttributeProto.tp() |
TypeProto |
AttributeProto.type_protos(int index) |
TypeProto |
AttributeProto.type_protos(int index) |
TypeProto |
ValueInfoProto.type() |
TypeProto |
ValueInfoProto.type() |
TypeProto |
TypeProto_Optional.unsafe_arena_release_elem_type() |
TypeProto |
TypeProto_Sequence.unsafe_arena_release_elem_type() |
TypeProto |
TypeProto_Sequence.unsafe_arena_release_elem_type() |
TypeProto |
TypeProto_Optional.unsafe_arena_release_elem_type() |
TypeProto |
AttributeProto.unsafe_arena_release_tp() |
TypeProto |
AttributeProto.unsafe_arena_release_tp() |
TypeProto |
ValueInfoProto.unsafe_arena_release_type() |
TypeProto |
ValueInfoProto.unsafe_arena_release_type() |
TypeProto |
TypeProto_Map.unsafe_arena_release_value_type() |
TypeProto |
TypeProto_Map.unsafe_arena_release_value_type() |
TypeProto |
TypeProto_Map.value_type() |
TypeProto |
TypeProto_Map.value_type() |
| Constructor and Description |
|---|
FunctionBodyBuildContextImpl(NodeProto node_proto,
TypeProto input_types) |
FunctionBodyBuildContextImpl(NodeProto node_proto,
TypeProto input_types) |
TypeProto(TypeProto from) |
TypeProto(TypeProto from) |
TypeProtoVector(TypeProto... array) |
TypeProtoVector(TypeProto... array) |
TypeProtoVector(TypeProto value) |
TypeProtoVector(TypeProto value) |
| Modifier and Type | Method and Description |
|---|---|
static TypeProto |
onnx.InferFunctionOutputTypes(FunctionProto func_proto,
TypeProto input_types,
AttributeProto attributes)
Apply type-and-shape-inference based checks to a Function body.
|
static TypeProto |
onnx.InferFunctionOutputTypes(FunctionProto func_proto,
TypeProto input_types,
AttributeProto attributes)
Apply type-and-shape-inference based checks to a Function body.
|
static TypeProto |
onnx.RemoveDimensionsFromShape(TypeProto proto,
int num_dimensions) |
static TypeProto |
onnx.RemoveDimensionsFromShape(TypeProto proto,
int num_dimensions) |
static TypeProto |
onnx.RemoveIthDimensionFromShape(TypeProto proto,
int removed_dim) |
static TypeProto |
onnx.RemoveIthDimensionFromShape(TypeProto proto,
int removed_dim) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.checkShapesAndTypes(TypeProto inferredType,
TypeProto existingType) |
static void |
onnx.checkShapesAndTypes(TypeProto inferredType,
TypeProto existingType) |
static int |
onnx.getTensorElementType(TypeProto type) |
static int |
onnx.getTensorElementType(TypeProto type) |
static TensorShapeProto |
onnx.getTensorMutableShape(int value_case,
TypeProto type) |
static TensorShapeProto |
onnx.getTensorMutableShape(int value_case,
TypeProto type) |
static boolean |
onnx.hasShape(TypeProto type) |
static boolean |
onnx.hasShape(TypeProto type) |
static TypeProto |
onnx.InferFunctionOutputTypes(FunctionProto func_proto,
TypeProto input_types,
AttributeProto attributes)
Apply type-and-shape-inference based checks to a Function body.
|
static TypeProto |
onnx.InferFunctionOutputTypes(FunctionProto func_proto,
TypeProto input_types,
AttributeProto attributes)
Apply type-and-shape-inference based checks to a Function body.
|
static void |
onnx.MaterializeSymbolicShape(TypeProto inferredType,
SymbolTable symbolTable) |
static void |
onnx.MaterializeSymbolicShape(TypeProto inferredType,
SymbolTable symbolTable) |
static void |
onnx.mergeShapesAndTypes(TypeProto inferredType,
TypeProto existingType) |
static void |
onnx.mergeShapesAndTypes(TypeProto inferredType,
TypeProto existingType) |
static void |
onnx.propagateElemTypeWithValidation(TypeProto input_type,
TypeProto output_type) |
static void |
onnx.propagateElemTypeWithValidation(TypeProto input_type,
TypeProto output_type) |
static void |
onnx.propagateShape(TypeProto from_type,
TypeProto to_type) |
static void |
onnx.propagateShape(TypeProto from_type,
TypeProto to_type) |
static TypeProto |
onnx.RemoveDimensionsFromShape(TypeProto proto,
int num_dimensions) |
static TypeProto |
onnx.RemoveDimensionsFromShape(TypeProto proto,
int num_dimensions) |
static TypeProto |
onnx.RemoveIthDimensionFromShape(TypeProto proto,
int removed_dim) |
static TypeProto |
onnx.RemoveIthDimensionFromShape(TypeProto proto,
int removed_dim) |
static void |
onnx.setTensorElementType(int elem_type,
int value_case,
TypeProto type) |
static void |
onnx.setTensorElementType(int elem_type,
int value_case,
TypeProto type) |
static void |
onnx.UnionTypeInfo(TypeProto source_type,
TypeProto target_type) |
static void |
onnx.UnionTypeInfo(TypeProto source_type,
TypeProto target_type) |
Copyright © 2023. All rights reserved.