Struct Layer.DataSet
Layer param data structure
Inherited Members
Namespace: Unity.Barracuda
Assembly: solution.dll
Syntax
public struct Layer.DataSet
Fields
itemSizeInBytes
Item size in bytes
Declaration
public int itemSizeInBytes
Field Value
Type | Description |
---|---|
int |
length
Dataset length
Declaration
public int length
Field Value
Type | Description |
---|---|
int |
name
Name
Declaration
public string name
Field Value
Type | Description |
---|---|
string |
offset
Offset from start
Declaration
public long offset
Field Value
Type | Description |
---|---|
long |
shape
Shape
Declaration
public TensorShape shape
Field Value
Type | Description |
---|---|
TensorShape |