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

See also