| Package | Description |
|---|---|
| org.bytedeco.onnx | |
| org.bytedeco.onnx.global |
| Modifier and Type | Method and Description |
|---|---|
static TypeProto_Tensor |
TypeProto_Tensor.default_instance() |
static TypeProto_Tensor |
TypeProto_Tensor.internal_default_instance() |
TypeProto_Tensor |
TypeProto.mutable_tensor_type() |
TypeProto_Tensor |
TypeProto_Tensor.New() |
TypeProto_Tensor |
TypeProto_Tensor.New(Arena arena) |
TypeProto_Tensor |
TypeProto_Tensor.position(long position) |
TypeProto_Tensor |
TypeProto_Tensor.put(TypeProto_Tensor from) |
TypeProto_Tensor |
TypeProto.release_tensor_type() |
TypeProto_Tensor |
TypeProto.tensor_type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeProto_Tensor.CopyFrom(TypeProto_Tensor from) |
void |
TypeProto_Tensor.MergeFrom(TypeProto_Tensor from) |
TypeProto_Tensor |
TypeProto_Tensor.put(TypeProto_Tensor from) |
void |
TypeProto.set_allocated_tensor_type(TypeProto_Tensor tensor_type) |
void |
TypeProto_Tensor.Swap(TypeProto_Tensor other) |
| Constructor and Description |
|---|
TypeProto_Tensor(TypeProto_Tensor from) |
| Modifier and Type | Method and Description |
|---|---|
static void |
onnx.checkShapesAndTypes(TypeProto_Tensor inferredType,
TypeProto_Tensor existingType) |
static void |
onnx.mergeInShapeInfo(TensorShapeProto source_shape,
TypeProto_Tensor target_type) |
static void |
onnx.mergeInShapeInfo(TypeProto_Tensor source,
TypeProto_Tensor target) |
static void |
onnx.mergeShapesAndTypes(TypeProto_Sequence inferredType,
TypeProto_Tensor existingType) |
static void |
onnx.mergeShapesAndTypes(TypeProto_Tensor inferredType,
TypeProto_Tensor existingType) |
static void |
onnx.UnionShapeInfo(TensorShapeProto source_shape,
TypeProto_Tensor target_type) |
Copyright © 2020. All rights reserved.