You are here: Start » TensorFormat Constructor
TensorFormat Constructor
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Syntax
public TensorFormat ( List<int> _dimensions, Avl.TensorDataOrdering ordering, Avl.TensorDataType type, List<int> _padding )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| _dimensions | System.Collections.Generic.List<int> | ||||
| ordering | Avl.TensorDataOrdering | ||||
| type | Avl.TensorDataType | ||||
| _padding | System.Collections.Generic.List<int> |
