| Package | Description |
|---|---|
| org.bytedeco.onnx |
| Modifier and Type | Method and Description |
|---|---|
DataTypeSet |
OpSchema.FormalParameter.GetTypes() |
DataTypeSet |
DataTypeSet.put(DataTypeSet x) |
| Modifier and Type | Method and Description |
|---|---|
DataTypeSet |
DataTypeSet.put(DataTypeSet x) |
| Constructor and Description |
|---|
FormalParameter(BytePointer name,
DataTypeSet type_set,
BytePointer type_str,
BytePointer description) |
FormalParameter(BytePointer name,
DataTypeSet type_set,
BytePointer type_str,
BytePointer description,
byte param_option,
boolean is_homogeneous,
int min_arity) |
FormalParameter(String name,
DataTypeSet type_set,
String type_str,
String description) |
FormalParameter(String name,
DataTypeSet type_set,
String type_str,
String description,
byte param_option,
boolean is_homogeneous,
int min_arity) |
Copyright © 2020. All rights reserved.