| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
static TypeProto |
TypeProto.default_instance() |
TypeProto |
TypeProto_Sequence.elem_type() |
TypeProto |
StringTypeProtoMap.get(BytePointer i) |
TypeProto |
InferenceContext.getInputType(long index) |
TypeProto |
InferenceContext.getOutputType(long index) |
static TypeProto |
TypeProto.internal_default_instance() |
TypeProto |
TypeProto_Sequence.mutable_elem_type() |
TypeProto |
ValueInfoProto.mutable_type() |
TypeProto |
TypeProto_Map.mutable_value_type() |
TypeProto |
TypeProto.New() |
TypeProto |
TypeProto.New(Arena arena) |
TypeProto |
TypeProto.position(long position) |
TypeProto |
TypeProto.put(TypeProto from) |
TypeProto |
TypeProto_Sequence.release_elem_type() |
TypeProto |
ValueInfoProto.release_type() |
TypeProto |
TypeProto_Map.release_value_type() |
TypeProto |
StringTypeProtoMap.Iterator.second() |
static TypeProto |
DataTypeUtils.ToTypeProto(BytePointer data_type) |
TypeProto |
ValueInfoProto.type() |
TypeProto |
TypeProto_Map.value_type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeProto.CopyFrom(TypeProto from) |
void |
TypeProto.MergeFrom(TypeProto from) |
StringTypeProtoMap |
StringTypeProtoMap.put(BytePointer i,
TypeProto value) |
TypeProto |
TypeProto.put(TypeProto from) |
void |
TypeProto_Sequence.set_allocated_elem_type(TypeProto elem_type) |
void |
ValueInfoProto.set_allocated_type(TypeProto type) |
void |
TypeProto_Map.set_allocated_value_type(TypeProto value_type) |
void |
TypeProto.Swap(TypeProto other) |
static BytePointer |
DataTypeUtils.ToType(TypeProto type_proto) |
| Constructor and Description |
|---|
TypeProto(TypeProto from) |
| Modifier and Type | Method and Description |
|---|---|
static TypeProto |
onnx.RemoveDimensionsFromShape(TypeProto proto,
int num_dimensions) |
static TypeProto |
onnx.RemoveIthDimensionFromShape(TypeProto proto,
int removed_dim) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.checkShapesAndTypes(TypeProto inferredType,
TypeProto existingType) |
static boolean |
onnx.hasShape(TypeProto type) |
static void |
onnx.mergeShapesAndTypes(TypeProto inferredType,
TypeProto existingType) |
static void |
onnx.propagateElemTypeWithValidation(TypeProto input_type,
TypeProto output_type) |
static TypeProto |
onnx.RemoveDimensionsFromShape(TypeProto proto,
int num_dimensions) |
static TypeProto |
onnx.RemoveIthDimensionFromShape(TypeProto proto,
int removed_dim) |
Copyright © 2020. All rights reserved.