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
_dimensionsSystem.Collections.Generic.List<int>
orderingFil.TensorDataOrdering
typeFil.TensorDataType
_paddingSystem.Collections.Generic.List<int>

See also