| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
TensorProto |
GraphProto.add_initializer() |
TensorProto |
AttributeProto.add_tensors() |
static TensorProto |
TensorProto.default_instance() |
TensorProto |
StringTensorProtoMap.get(BytePointer i) |
TensorProto |
InferenceContext.getInputData(long index) |
TensorProto |
SparseTensorProto.indices() |
TensorProto |
GraphProto.initializer(int index) |
static TensorProto |
TensorProto.internal_default_instance() |
TensorProto |
SparseTensorProto.mutable_indices() |
TensorProto |
GraphProto.mutable_initializer(int index) |
TensorProto |
AttributeProto.mutable_t() |
TensorProto |
AttributeProto.mutable_tensors(int index) |
TensorProto |
SparseTensorProto.mutable_values() |
TensorProto |
TensorProto.New() |
TensorProto |
TensorProto.New(Arena arena) |
TensorProto |
TensorProto.position(long position) |
TensorProto |
TensorProto.put(TensorProto from) |
TensorProto |
SparseTensorProto.release_indices() |
TensorProto |
AttributeProto.release_t() |
TensorProto |
SparseTensorProto.release_values() |
TensorProto |
StringTensorProtoMap.Iterator.second() |
TensorProto |
AttributeProto.t() |
TensorProto |
AttributeProto.tensors(int index) |
TensorProto |
SparseTensorProto.values() |
| Modifier and Type | Method and Description |
|---|---|
OpSchema |
OpSchema.Attr(BytePointer name,
BytePointer description,
int type,
TensorProto defaultValue) |
OpSchema |
OpSchema.Attr(String name,
String description,
int type,
TensorProto defaultValue) |
void |
TensorProto.CopyFrom(TensorProto from) |
void |
TensorProto.MergeFrom(TensorProto from) |
StringTensorProtoMap |
StringTensorProtoMap.put(BytePointer i,
TensorProto value) |
TensorProto |
TensorProto.put(TensorProto from) |
void |
SparseTensorProto.set_allocated_indices(TensorProto indices) |
void |
AttributeProto.set_allocated_t(TensorProto t) |
void |
SparseTensorProto.set_allocated_values(TensorProto values) |
void |
TensorProto.Swap(TensorProto other) |
| Constructor and Description |
|---|
TensorProto(TensorProto from) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.check_tensor(TensorProto tensor,
CheckerContext arg1) |
static void |
onnx.updateOutputShape(InferenceContext ctx,
long outputIndex,
TensorProto tensorProto) |
Copyright © 2020. All rights reserved.