TensorDataOrdering

Description

Arrangement of a data elements in a tensor.

namespace TensorDataOrdering
{
	enum Type
	{
		NHWC,
		NCHW,
		NL
	};
}