Struct Layer.DataSet
Layer param data structure
Namespace: Unity.Barracuda
Syntax
public struct DataSet
Fields
itemSizeInBytes
Item size in bytes
Declaration
public Int32 itemSizeInBytes
Field Value
Type | Description |
---|---|
Int32 |
length
Dataset length
Declaration
public Int32 length
Field Value
Type | Description |
---|---|
Int32 |
name
Name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
offset
Offset from start
Declaration
public Int64 offset
Field Value
Type | Description |
---|---|
Int64 |
shape
Shape
Declaration
public TensorShape shape
Field Value
Type | Description |
---|---|
TensorShape |