You are here: Start » AVL.NET » 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
_dimensionsSystem.Collections.Generic.List<int>
orderingAvl.TensorDataOrdering
typeAvl.TensorDataType
_paddingSystem.Collections.Generic.List<int>

See also