| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
TensorShapeProto.add_dim() |
Dimension |
TensorShapeProto.add_dim() |
static Dimension |
Dimension.default_instance() |
static Dimension |
Dimension.default_instance() |
Dimension |
TensorShapeProto.dim(int index) |
Dimension |
TensorShapeProto.dim(int index) |
Dimension |
Dimension.getPointer(long i) |
Dimension |
Dimension.getPointer(long i) |
static Dimension |
Dimension.internal_default_instance() |
static Dimension |
Dimension.internal_default_instance() |
Dimension |
TensorShapeProto.mutable_dim(int index) |
Dimension |
TensorShapeProto.mutable_dim(int index) |
Dimension |
Dimension.New() |
Dimension |
Dimension.New() |
Dimension |
Dimension.New(Arena arena) |
Dimension |
Dimension.New(Arena arena) |
Dimension |
Dimension.position(long position) |
Dimension |
Dimension.position(long position) |
Dimension |
Dimension.put(Dimension from) |
Dimension |
Dimension.put(Dimension from) |
| Modifier and Type | Method and Description |
|---|---|
void |
Dimension.CopyFrom(Dimension from) |
void |
Dimension.CopyFrom(Dimension from) |
void |
Dimension.MergeFrom(Dimension from) |
void |
Dimension.MergeFrom(Dimension from) |
Dimension |
Dimension.put(Dimension from) |
Dimension |
Dimension.put(Dimension from) |
void |
Dimension.Swap(Dimension other) |
void |
Dimension.Swap(Dimension other) |
void |
Dimension.UnsafeArenaSwap(Dimension other) |
void |
Dimension.UnsafeArenaSwap(Dimension other) |
| Constructor and Description |
|---|
Dimension(Dimension from) |
Dimension(Dimension from) |
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
onnx.divide(Dimension dim1,
long dim2) |
static Dimension |
onnx.divide(Dimension dim1,
long dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
Dimension dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
Dimension dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
long dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
long dim2) |
static Dimension |
onnx.multiplyDims(TensorShapeProto shape,
int from,
int upto_exclusive) |
static Dimension |
onnx.multiplyDims(TensorShapeProto shape,
int from,
int upto_exclusive) |
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
onnx.divide(Dimension dim1,
long dim2) |
static Dimension |
onnx.divide(Dimension dim1,
long dim2) |
static void |
onnx.mergeInDimensionInfo(Dimension source_dim,
Dimension target_dim,
int dim_index) |
static void |
onnx.mergeInDimensionInfo(Dimension source_dim,
Dimension target_dim,
int dim_index) |
static Dimension |
onnx.multiply(Dimension dim1,
Dimension dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
Dimension dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
long dim2) |
static Dimension |
onnx.multiply(Dimension dim1,
long dim2) |
static void |
onnx.unifyDim(Dimension dim1,
Dimension dim2) |
static void |
onnx.unifyDim(Dimension dim1,
Dimension dim2) |
static void |
onnx.unifyDim(Dimension dim,
long value) |
static void |
onnx.unifyDim(Dimension dim,
long value) |
static void |
onnx.unifyInputDim(InferenceContext ctx,
long input_index,
int dim_index,
Dimension dim) |
static void |
onnx.unifyInputDim(InferenceContext ctx,
long input_index,
int dim_index,
Dimension dim) |
Copyright © 2023. All rights reserved.