TensorType

Undocumented in source.

Constructors

this
this(DataType et, size_t[] s)
Undocumented in source.
this
this(TensorType t)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(TensorType t)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

rank
size_t rank [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
volume
size_t volume [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

elementType
DataType elementType;
Undocumented in source.
shape
size_t[] shape;
Undocumented in source.

Meta