Class JSONTensorShape
JSON tensor shape
Inherited Members
Namespace: Unity.Barracuda
Assembly: solution.dll
Syntax
[Serializable]
public class JSONTensorShape
Fields
batch
Batch
Declaration
public int batch
Field Value
Type | Description |
---|---|
int |
channels
Channels
Declaration
public int channels
Field Value
Type | Description |
---|---|
int |
depth
Depth
Declaration
public int depth
Field Value
Type | Description |
---|---|
int |
extraDimension
Extra dimension
Declaration
public int extraDimension
Field Value
Type | Description |
---|---|
int |
height
Height
Declaration
public int height
Field Value
Type | Description |
---|---|
int |
numberOfDirections
Number of directions
Declaration
public int numberOfDirections
Field Value
Type | Description |
---|---|
int |
sequenceLength
Sequence length
Declaration
public int sequenceLength
Field Value
Type | Description |
---|---|
int |
width
Width
Declaration
public int width
Field Value
Type | Description |
---|---|
int |