| Package | Description |
|---|---|
| org.bytedeco.onnx |
| Modifier and Type | Method and Description |
|---|---|
OpSchema |
OpSchema.AllowUncheckedAttributes() |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
boolean required) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
BytePointer defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
float defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
FloatVector defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
GraphProto defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
long defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
LongVector defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
StringVector defaultValue) |
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
TensorProto defaultValue) |
OpSchema |
OpSchema.Attr(OpSchema.Attribute attr) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
boolean required) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
float defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
FloatVector defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
GraphProto defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
long defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
LongVector defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
String defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
StringVector defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
TensorProto defaultValue) |
OpSchema |
OpSchema.Deprecate()
Marks this op as deprecated as of it's since_version.
|
OpSchema |
OpSchema.FillUsing(onnx.VoidOpSchemaFn populator) |
OpSchema |
OpSchema.FunctionBody(NodeProto func_nodes) |
OpSchema[] |
OpSchemaVector.get() |
OpSchema |
OpSchemaVector.Iterator.get() |
OpSchema |
OpSchemaVector.get(long i) |
OpSchema |
OpSchemaRegistry.GetSchema(BytePointer key,
int maxInclusiveVersion) |
OpSchema |
ISchemaRegistry.GetSchema(BytePointer key,
int maxInclusiveVersion) |
OpSchema |
OpSchemaRegistry.GetSchema(BytePointer key,
int maxInclusiveVersion,
BytePointer domain) |
OpSchema |
ISchemaRegistry.GetSchema(BytePointer key,
int maxInclusiveVersion,
BytePointer domain) |
OpSchema |
OpSchemaRegistry.GetSchema(String key,
int maxInclusiveVersion) |
OpSchema |
ISchemaRegistry.GetSchema(String key,
int maxInclusiveVersion) |
OpSchema |
OpSchemaRegistry.GetSchema(String key,
int maxInclusiveVersion,
String domain) |
OpSchema |
ISchemaRegistry.GetSchema(String key,
int maxInclusiveVersion,
String domain) |
OpSchema |
OpSchema.Input(int n,
BytePointer name,
BytePointer description,
BytePointer type_str) |
OpSchema |
OpSchema.Input(int n,
BytePointer name,
BytePointer description,
BytePointer type_str,
byte param_option,
boolean is_homogeneous,
int min_arity) |
OpSchema |
OpSchema.Input(int n,
String name,
String description,
String type_str) |
OpSchema |
OpSchema.Input(int n,
String name,
String description,
String type_str,
byte param_option,
boolean is_homogeneous,
int min_arity) |
OpSchema |
OpSchema.NumInputs(IntSet allowed_input_nums)
\brief Input could be one of the values specified in allowed_input_nums.
|
OpSchema |
OpSchema.NumOutputs(IntSet allowed_output_nums)
\brief Output could be one of the values specified in allowed_output_nums.
|
OpSchema |
OpSchema.Output(int n,
BytePointer name,
BytePointer description,
BytePointer type_str) |
OpSchema |
OpSchema.Output(int n,
BytePointer name,
BytePointer description,
BytePointer type_str,
byte param_option,
boolean is_homogeneous,
int min_arity) |
OpSchema |
OpSchema.Output(int n,
String name,
String description,
String type_str) |
OpSchema |
OpSchema.Output(int n,
String name,
String description,
String type_str,
byte param_option,
boolean is_homogeneous,
int min_arity) |
OpSchema |
OpSchemaVector.pop_back() |
OpSchema |
OpSchema.position(long position) |
static OpSchema |
OpSchemaRegistry.Schema(BytePointer key) |
static OpSchema |
OpSchemaRegistry.Schema(BytePointer key,
BytePointer domain) |
static OpSchema |
OpSchemaRegistry.Schema(BytePointer key,
int maxInclusiveVersion) |
static OpSchema |
OpSchemaRegistry.Schema(BytePointer key,
int maxInclusiveVersion,
BytePointer domain) |
static OpSchema |
OpSchemaRegistry.Schema(String key) |
static OpSchema |
OpSchemaRegistry.Schema(String key,
int maxInclusiveVersion) |
static OpSchema |
OpSchemaRegistry.Schema(String key,
int maxInclusiveVersion,
String domain) |
static OpSchema |
OpSchemaRegistry.Schema(String key,
String domain) |
OpSchema |
OpSchema.SetDoc(BytePointer doc) |
OpSchema |
OpSchema.SetDoc(String doc) |
OpSchema |
OpSchema.SetDomain(BytePointer domain) |
OpSchema |
OpSchema.SetDomain(String domain) |
OpSchema |
OpSchema.SetLocation(BytePointer file,
int line) |
OpSchema |
OpSchema.SetLocation(String file,
int line) |
OpSchema |
OpSchema.SetName(BytePointer name) |
OpSchema |
OpSchema.SetName(String name) |
OpSchema |
OpSchema.SetSupportLevel(byte supportType) |
OpSchema |
OpSchema.SinceVersion(int n)
The earliest operator set version which this operator was
present in.
|
OpSchema |
OpSchema.TypeAndShapeInferenceFunction(onnx.InferenceFunction inferenceFunction) |
OpSchema |
OpSchema.TypeConstraint(BytePointer type_str,
StringVector constraints,
BytePointer description) |
OpSchema |
OpSchema.TypeConstraint(String type_str,
StringVector constraints,
String description) |
| Modifier and Type | Method and Description |
|---|---|
OpSchemaVector.Iterator |
OpSchemaVector.insert(OpSchemaVector.Iterator pos,
OpSchema value) |
OpSchemaVector |
OpSchemaVector.push_back(OpSchema value) |
OpSchemaVector |
OpSchemaVector.put(long i,
OpSchema value) |
OpSchemaVector |
OpSchemaVector.put(OpSchema... array) |
OpSchemaVector |
OpSchemaVector.put(OpSchema value) |
| Constructor and Description |
|---|
OpSchemaRegisterOnce(OpSchema op_schema) |
OpSchemaVector(OpSchema... array) |
OpSchemaVector(OpSchema value) |
Copyright © 2020. All rights reserved.