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