TensorType

public abstract @interface TensorType

Annotation for all tensor types.

Any interface extending TType to be registered as a tensor type must be annotated with @TensorType to provide metadata required for allocating and mapping tensors of this type.

Inherited Methods