Struct Layer.DataSet
Inherited Members
Namespace: Unity.Barracuda
Syntax
public struct DataSet
Fields
itemSizeInBytes
Declaration
public int itemSizeInBytes
Field Value
Type | Description |
---|---|
Int32 |
length
Declaration
public int length
Field Value
Type | Description |
---|---|
Int32 |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
offset
Declaration
public long offset
Field Value
Type | Description |
---|---|
Int64 |
shape
Declaration
public TensorShape shape
Field Value
Type | Description |
---|---|
TensorShape |