Struct ONNXModelImporter.ONNXTensor
Namespace: Barracuda
Syntax
public struct ONNXTensor
Fields
data
Declaration
public Tensor data
Field Value
| Type | Description |
|---|---|
| Tensor |
shape
Declaration
public long[] shape
Field Value
| Type | Description |
|---|---|
| Int64[] |
Properties
rank
Declaration
public int rank { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |