You are here: Start » AVL.NET » TensorFormat Constructor
TensorFormat Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public TensorFormat ( IList<int> dimensions, AvlNet.TensorDataOrdering ordering, AvlNet.TensorDataType type, IList<int> padding )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| dimensions | System.Collections.Generic.IList<int> | ||||
| ordering | AvlNet.TensorDataOrdering | ||||
| type | AvlNet.TensorDataType | ||||
| padding | System.Collections.Generic.IList<int> |
