| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
static TensorShapeProto |
TensorShapeProto.default_instance() |
TensorShapeProto[] |
TensorShapeProtoVector.get() |
TensorShapeProto |
TensorShapeProtoVector.Iterator.get() |
TensorShapeProto |
TensorShapeProtoVector.get(long i) |
static TensorShapeProto |
TensorShapeProto.internal_default_instance() |
TensorShapeProto |
TypeProto_Tensor.mutable_shape() |
TensorShapeProto |
TypeProto_SparseTensor.mutable_shape() |
TensorShapeProto |
TensorShapeProto.New() |
TensorShapeProto |
TensorShapeProto.New(Arena arena) |
TensorShapeProto |
TensorShapeProtoVector.pop_back() |
TensorShapeProto |
TensorShapeProto.position(long position) |
TensorShapeProto |
TensorShapeProto.put(TensorShapeProto from) |
TensorShapeProto |
TypeProto_Tensor.release_shape() |
TensorShapeProto |
TypeProto_SparseTensor.release_shape() |
TensorShapeProto |
TypeProto_Tensor.shape() |
TensorShapeProto |
TypeProto_SparseTensor.shape() |
| Modifier and Type | Method and Description |
|---|---|
void |
TensorShapeProto.CopyFrom(TensorShapeProto from) |
TensorShapeProtoVector.Iterator |
TensorShapeProtoVector.insert(TensorShapeProtoVector.Iterator pos,
TensorShapeProto value) |
void |
TensorShapeProto.MergeFrom(TensorShapeProto from) |
TensorShapeProtoVector |
TensorShapeProtoVector.push_back(TensorShapeProto value) |
TensorShapeProtoVector |
TensorShapeProtoVector.put(long i,
TensorShapeProto value) |
TensorShapeProtoVector |
TensorShapeProtoVector.put(TensorShapeProto... array) |
TensorShapeProtoVector |
TensorShapeProtoVector.put(TensorShapeProto value) |
TensorShapeProto |
TensorShapeProto.put(TensorShapeProto from) |
void |
TypeProto_Tensor.set_allocated_shape(TensorShapeProto shape) |
void |
TypeProto_SparseTensor.set_allocated_shape(TensorShapeProto shape) |
void |
TensorShapeProto.Swap(TensorShapeProto other) |
| Constructor and Description |
|---|
TensorShapeProto(TensorShapeProto from) |
TensorShapeProtoVector(TensorShapeProto... array) |
TensorShapeProtoVector(TensorShapeProto value) |
| Modifier and Type | Method and Description |
|---|---|
static TensorShapeProto |
onnx.getInputShape(InferenceContext ctx,
long n) |
static TensorShapeProto |
onnx.getOutputShape(InferenceContext ctx,
long n) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.appendDim(TensorShapeProto shape,
long dim_value) |
static void |
onnx.bidirectionalBroadcastShapeInference(TensorShapeProto shapeL,
TensorShapeProto shapeR,
TensorShapeProto resultShape) |
static void |
onnx.mergeInShapeInfo(TensorShapeProto source,
TensorShapeProto target) |
static void |
onnx.mergeInShapeInfo(TensorShapeProto source_shape,
TypeProto_Tensor target_type) |
static void |
onnx.multidirectionalBroadcastShapeInference(TensorShapeProtoVector shapes,
TensorShapeProto resultShape) |
static Dimension |
onnx.multiplyDims(TensorShapeProto shape,
int from,
int upto_exclusive) |
static void |
onnx.UnionShapeInfo(TensorShapeProto source_shape,
TypeProto_Tensor target_type) |
static void |
onnx.updateOutputShape(InferenceContext ctx,
long outputIndex,
TensorShapeProto shape) |
Copyright © 2020. All rights reserved.