Enum TensorImpl

Enum Documentation

enum class mindspore::dataset::TensorImpl

The initial type of tensor implementation.

Values:

enumerator kNone

None type tensor.

enumerator kFlexible

Flexible type tensor, can be converted to any type.

enumerator kCv

CV type tensor.

enumerator kNP

Numpy type tensor.